CSS: Reset line-height in the button mixin

This commit is contained in:
Eric Lippmann 2016-12-14 12:22:35 +01:00
parent 099f8e4126
commit 3ba1d9ea56
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
border: 2px solid @color;
color: @color;
cursor: pointer;
line-height: normal;
outline: none;
padding: @vertical-padding @horizontal-padding;