mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: IE11 layout glitches
IE11 requires a unit on the third parameter (flex-basis) of the flex property
This commit is contained in:
parent
ec71091216
commit
ba5e17a7a9
19 changed files with 29 additions and 29 deletions
|
@ -66,7 +66,7 @@
|
|||
flex-direction: row;
|
||||
|
||||
.form {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
|
||||
label {
|
||||
font-weight: 700;
|
||||
|
@ -118,7 +118,7 @@
|
|||
}
|
||||
|
||||
.preview {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
margin-top: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue