fix container wrapping behavior in IE

This commit is contained in:
Andrew Croce 2018-08-23 15:33:29 -04:00
parent bfd24c33a3
commit 5404198c10
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@
} }
.alert__content { .alert__content {
flex: 1;
.alert__message { .alert__message {
&:last-child { &:last-child {
> *:last-child { > *:last-child {

View File

@ -40,6 +40,7 @@
} }
&.col--grow { &.col--grow {
flex: 1;
flex-grow: 1; flex-grow: 1;
} }
} }