Merge pull request #51 from rinon/fix_container_flex_ie

Set container flex-basis to auto
This commit is contained in:
Djordje Atlialp 2019-10-17 10:43:25 +02:00 committed by GitHub
commit 68f54a83df
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ ol ol {
}
.container {
flex: 1;
flex: 1 auto;
display: flex;
flex-direction: column;
justify-content: center;