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;
|
||||
color: @color;
|
||||
cursor: pointer;
|
||||
line-height: normal;
|
||||
outline: none;
|
||||
padding: @vertical-padding @horizontal-padding;
|
||||
|
||||
|
|
Loading…
Reference in New Issue