2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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