2
0
Fork 0
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:
Penar Musaraj 2019-01-21 13:40:55 -05:00
parent ec71091216
commit ba5e17a7a9
19 changed files with 29 additions and 29 deletions

View file

@ -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;
}