Fix for height

This commit is contained in:
Paul Clarke 2016-04-19 21:25:37 +12:00 committed by Ingo Schommer
parent cc7170d424
commit a7e5da8228

View File

@ -20,7 +20,7 @@
padding: $spacer-y $spacer-x/2; padding: $spacer-y $spacer-x/2;
margin-top: -$spacer-y; margin-top: -$spacer-y;
margin-bottom: -$spacer-y; margin-bottom: -$spacer-y;
height: $line-height-base + #{$table-cell-padding*2}; height: calc(#{$line-height-base} + #{$table-cell-padding*2}); // height of icon + spacing top and bottom
vertical-align: top; vertical-align: top;
&:hover { &:hover {