mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix for height
This commit is contained in:
parent
cc7170d424
commit
a7e5da8228
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user