menu now wraps in classic mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user