You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 themargin-left: .3rem;
to the.dokuwiki #extension__manager .actions > button
CSS specifier, improves this greatly.The text was updated successfully, but these errors were encountered: