Remove line-height override that breaks text alignment for anchors that look like buttons

This commit is contained in:
Michael Lange 2020-06-24 21:31:30 -07:00
parent b234b1cefd
commit 18bf810936
1 changed files with 0 additions and 1 deletions

View File

@ -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 {