layout fix for ie10
This commit is contained in:
parent
29ec31d8d8
commit
3c61b2b927
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
@mixin block-list-selectable-label {
|
@mixin block-list-selectable-label {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: none;
|
max-width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -127,6 +127,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|
||||||
|
@include ie-only {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
> label {
|
> label {
|
||||||
@include block-list-selectable-label;
|
@include block-list-selectable-label;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user