Fixed toolbar to go on multiple lines in narrow spaces
This commit is contained in:
@@ -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
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user