Remove line-height override that breaks text alignment for anchors that look like buttons
This commit is contained in:
parent
b234b1cefd
commit
18bf810936
|
@ -5,7 +5,6 @@ $button-box-shadow-standard: 0 2px 0 0 rgba($grey, 0.2);
|
|||
box-shadow: $button-box-shadow-standard;
|
||||
border: 1px solid transparent;
|
||||
text-decoration: none;
|
||||
line-height: 1;
|
||||
|
||||
&:hover,
|
||||
&.is-hovered {
|
||||
|
|
Loading…
Reference in New Issue