From 175c3d645f5d51d808c8ba3982e247bcdab2f973 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 4 Aug 2022 17:32:36 +0200 Subject: [PATCH] Added styles to react editor wrapper --- ghost/admin/app/styles/components/koenig.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghost/admin/app/styles/components/koenig.css b/ghost/admin/app/styles/components/koenig.css index 4af6c9d991..b0e12233a4 100644 --- a/ghost/admin/app/styles/components/koenig.css +++ b/ghost/admin/app/styles/components/koenig.css @@ -965,6 +965,11 @@ max-width: 740px; } +.koenig-react-editor { + max-width: 740px; + margin: 0 auto; +} + /* ⨁ menu /* --------------------------------------------------------------- */ .koenig-plus-menu-button {