diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less index 96b9b80a2..cdc3a8e85 100644 --- a/skins/elastic/styles/widgets/editor.less +++ b/skins/elastic/styles/widgets/editor.less @@ -494,6 +494,18 @@ width: 100% !important; } + .mce-window-head { + .mce-title { + font-size: 1rem; + text-align: center; + padding: 0 1rem; + } + + .mce-close { + display: none; + } + } + .mce-foot { .mce-container-body { justify-content: space-evenly;