mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: Reset line-height in the button mixin
This commit is contained in:
parent
099f8e4126
commit
3ba1d9ea56
@ -13,6 +13,7 @@
|
|||||||
border: 2px solid @color;
|
border: 2px solid @color;
|
||||||
color: @color;
|
color: @color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
line-height: normal;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding @horizontal-padding;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user