CSS: Add spacing below .filter

This commit is contained in:
Florian Strohmaier 2019-07-09 18:04:03 +02:00 committed by Johannes Meyer
parent ace9fe6526
commit 24723b662c

View File

@ -55,6 +55,7 @@ input.search {
.filter { .filter {
// Display filter control on a new line // Display filter control on a new line
clear: both; clear: both;
margin: .5em 0;
> a { > a {
color: @icinga-blue; color: @icinga-blue;