layout fix for ie10
This commit is contained in:
parent
29ec31d8d8
commit
3c61b2b927
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user