FIX: uses flex: 1 0 0; instead of flex: 1; for better browser compat (#6826)

This commit is contained in:
Joffrey JAFFEUX
2018-12-28 20:21:32 +01:00
committed by GitHub
parent 7b15b87cf5
commit 608abd4c08
20 changed files with 31 additions and 31 deletions

View File

@ -66,7 +66,7 @@
flex-direction: row;
.form {
flex: 1;
flex: 1 0 0;
label {
font-weight: 700;
@ -118,7 +118,7 @@
}
.preview {
flex: 1;
flex: 1 0 0;
margin-top: 16px;
text-align: center;
}