From 4d2d59f14f383c6134730ce3a23bb869cbf5991d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 15 Jun 2018 14:14:55 +0200 Subject: [PATCH] Elastic: Fixes to TinyMCE dialogs on mobile --- skins/elastic/styles/widgets/editor.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;