FIX: composer css fixes for ie11 (#6827)
This commit is contained in:
parent
f1269fa807
commit
9a8db2748a
|
@ -216,7 +216,7 @@
|
|||
}
|
||||
.category-chooser {
|
||||
display: flex;
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
.d-editor-textarea-wrapper,
|
||||
.d-editor-preview-wrapper {
|
||||
flex: 1 0 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.d-editor-textarea-wrapper {
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
}
|
||||
|
||||
.select-kit-header {
|
||||
height: 30px;
|
||||
|
||||
.selected-name {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
|
@ -28,6 +30,7 @@
|
|||
outline: none;
|
||||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue