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:
parent
7b15b87cf5
commit
608abd4c08
20 changed files with 31 additions and 31 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue