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 b90c66b4e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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