Merge pull request #51 from rinon/fix_container_flex_ie
Set container flex-basis to auto
This commit is contained in:
commit
b90c66b4e2
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ ol ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
flex: 1;
|
flex: 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue