FIX: composer css fixes for ie11 (#6827)

This commit is contained in:
Joffrey JAFFEUX 2018-12-28 20:52:21 +01:00 committed by GitHub
parent f1269fa807
commit 9a8db2748a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -216,7 +216,7 @@
}
.category-chooser {
display: flex;
flex: 1 0 0;
flex: 1 0 auto;
width: auto;
}
}

View File

@ -43,7 +43,7 @@
.d-editor-textarea-wrapper,
.d-editor-preview-wrapper {
flex: 1 0 0;
flex: 1;
}
.d-editor-textarea-wrapper {

View File

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