Added min-height to flex elements to ensure they properly flex within
the container rathen than adjust to content.
For #4466
max-width: 100%;
flex-grow: 1;
flex-basis: auto !important;
max-width: 100%;
flex-grow: 1;
flex-basis: auto !important;
}
.editor-toolbar-label {
float: none !important;
}
.editor-toolbar-label {
float: none !important;
#markdown-editor .markdown-editor-wrap:not(.active) {
flex-grow: 0;
flex: none;
#markdown-editor .markdown-editor-wrap:not(.active) {
flex-grow: 0;
flex: none;