/* editor width fix */
.form-row .mce-tinymce {
    margin: 0 !important;
    overflow: hidden !important;
}

/* fixes font menu being put behind font selector widget when not in fullscreen */
div.mce-menubtn.mce-opened {
    z-index: 65535 !important;
}