mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix for height
This commit is contained in:
parent
cc7170d424
commit
a7e5da8228
@ -20,7 +20,7 @@
|
||||
padding: $spacer-y $spacer-x/2;
|
||||
margin-top: -$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;
|
||||
|
||||
&:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user