From 4e2d5f85f5db9c097f9d760e730627047ec82af1 Mon Sep 17 00:00:00 2001 From: RomainLvr Date: Fri, 26 Apr 2024 10:16:35 +0200 Subject: [PATCH] Fix the position of the tinymce editor resize button --- css/includes/components/_richtext.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/includes/components/_richtext.scss b/css/includes/components/_richtext.scss index 58b8f26d9a1..152338a9c81 100644 --- a/css/includes/components/_richtext.scss +++ b/css/includes/components/_richtext.scss @@ -45,6 +45,7 @@ body.mce-content-body { #page .tox .tox-statusbar { border-top: transparent; + justify-content: flex-end; } .tox.tox-tinymce {