Fixed toolbar to go on multiple lines in narrow spaces

This commit is contained in:
Niels Lyngsø
2019-09-25 15:55:50 +02:00
parent d963c70580
commit 351323ea20

View File

@@ -654,6 +654,11 @@
overflow-y: hidden!important;
}
// had to overwrite defaults from TinyMCE, needed for buttons panel to float to new line in narrow space.
.umb-grid .mce-container > div {
white-space: normal;
}
// MEDIA EDITOR
// -------------------------