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.