mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
FIX: uses flex: 1 0 0;
instead of flex: 1;
for better browser compat (#6826)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user