mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 22:46:01 +08:00
FIX: Flexbox composer issue in IE11, bad flex-shrink default
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user