menu now wraps in classic mode

This commit is contained in:
Shannon
2018-10-12 10:42:11 +02:00
parent faec132f82
commit 93075a82de

View File

@@ -36,18 +36,21 @@
}
.umb-rte .mce-container {
white-space: inherit;
box-sizing: border-box;
}
/* This used to be in place but I'm not sure its needed ... */
/* TINYMCE IMAGE RESIZING LIMITS */
/*#mceResizeHandlen, #mceResizeHandles, #mceResizeHandlee, #mceResizeHandlew {
/* make sure the menu wraps */
.umb-rte .mce-top-part.mce-container div {
white-space: normal;
}
/* This used to be in place but I'm not sure its needed ... */
/* TINYMCE IMAGE RESIZING LIMITS */
/*#mceResizeHandlen, #mceResizeHandles, #mceResizeHandlee, #mceResizeHandlew {
display: none !important;
visibility: hidden !important;
}*/
/*body.mce-content-body {
/*body.mce-content-body {
background: transparent !important;
overflow-x: hidden !important;
padding-bottom: 10px !important;