ContaoMonitoring / monitoring

Contao Extension: Provides a monitoring system for the Contao CMS.
https://contaomonitoring.gitbook.io/contaomonitoring
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Add CSS with more space for the action buttons #25

Closed cliffparnitzky closed 4 years ago

cliffparnitzky commented 6 years ago

If there are a lot plugins installed, the action buttons need more space.

Something like this:

.header_icon {
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}