2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: Flexbox composer issue in IE11, bad flex-shrink default

This commit is contained in:
Kris 2017-12-01 13:12:25 -05:00
parent 54f5b4d4e0
commit e7725e23ad

View file

@ -104,12 +104,12 @@
.d-editor-input, .d-editor-input,
.d-editor-preview { .d-editor-preview {
box-sizing: border-box; box-sizing: border-box;
flex: 1 1 100%;
height: 100%; height: 100%;
width: 100%;
margin: 0; margin: 0;
min-height: auto; min-height: auto;
width: 100%;
word-wrap: break-word; word-wrap: break-word;
flex-grow: 1;
-webkit-appearance: none; -webkit-appearance: none;
border-radius: 0; border-radius: 0;
&:focus { &:focus {