Open
Description
Issue Description
DokuWiki 2025-05-14 "Librarian"
sprintdoc Template 2025-05-14
PHP 8.4.7
Safari on macOS
The buttons for uninstalling, en-/disabling, re-installing and updating the plugins/templates are currently arranged directly next to each other without any margins. In my case the are right-aligned underneath each other. That does not look very nice.
Adding a margin-bottom: .3rem;
similar to the margin-left: .3rem;
to the .dokuwiki #extension__manager .actions > button
CSS specifier, improves this greatly.