nylen/PHP-Error-Log-Viewer

Add spacing between action buttons

johnalarcon opened this issue · 1 comments

Description

The refresh and purge buttons are too close together. They need a little space – say, 10px between them. Adding a margin-left of 10px to the buttons will work.

Context

There is a selector defined in the style sheet for these buttons already, but, the class was never applied to the anchors. Note that the suggested margin declaration will be overridden by core unless the !important modifier is used.

Resolved in version 2.2.0.