CSS: Fix active item inset left padding

This commit is contained in:
Florian Strohmaier 2017-11-20 18:03:46 +01:00
parent 69325b6d92
commit ec5398e4a0

View File

@ -102,7 +102,7 @@
&.active { &.active {
margin-left: 0; margin-left: 0;
background: @icinga-blue; background: @icinga-blue;
padding-left: 1.75em; padding-left: 1.7em;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }