From e23757a905ebd7c17ba389b3b7d392be38389c74 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sat, 22 Jan 2022 15:11:44 +0100 Subject: [PATCH] Closes #101 --- themes/default/editor/_editor.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/default/editor/_editor.scss b/themes/default/editor/_editor.scss index f611389..4485d64 100644 --- a/themes/default/editor/_editor.scss +++ b/themes/default/editor/_editor.scss @@ -90,6 +90,14 @@ } +@media (max-width: 640px) { + + .r6o-editor { + width:260px; + } + +} + .r6o-editor.r6o-arrow-top .r6o-arrow { display:block; }