Fix module layout in IE11
parent
488a32641e
commit
9aed515b47
|
@ -25,13 +25,12 @@
|
||||||
.icon {
|
.icon {
|
||||||
@extend %xxlarge;
|
@extend %xxlarge;
|
||||||
flex-basis: 60px;
|
flex-basis: 60px;
|
||||||
flex-grow: 1;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
min-height: 60px;
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
.desc {
|
.desc {
|
||||||
flex-grow: 1;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.activate-input {
|
.activate-input {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue