fix container wrapping behavior in IE
This commit is contained in:
parent
bfd24c33a3
commit
5404198c10
@ -48,6 +48,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alert__content {
|
.alert__content {
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
.alert__message {
|
.alert__message {
|
||||||
&:last-child {
|
&:last-child {
|
||||||
> *:last-child {
|
> *:last-child {
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.col--grow {
|
&.col--grow {
|
||||||
|
flex: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user