mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: IE11 layout glitches
IE11 requires a unit on the third parameter (flex-basis) of the flex property
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user