layout fix for ie10

This commit is contained in:
Andrew Croce 2018-10-19 13:07:53 -04:00
parent 29ec31d8d8
commit 3c61b2b927

View File

@ -70,7 +70,7 @@
@mixin block-list-selectable-label {
margin: 0;
max-width: none;
max-width: 100%;
display: flex;
flex-direction: row-reverse;
align-items: center;
@ -127,6 +127,10 @@
display: flex;
flex-direction: row-reverse;
@include ie-only {
width: 100%;
}
> label {
@include block-list-selectable-label;
}