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
1 changed files with 2 additions and 2 deletions

View File

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