From 3d807fe6379a95c0b8acae4589b57f8f8756eb01 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Sun, 31 Mar 2024 17:36:19 +0500 Subject: [PATCH] make post editor narrower --- block-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-styles.css b/block-styles.css index af19424..b0442ce 100644 --- a/block-styles.css +++ b/block-styles.css @@ -75,5 +75,5 @@ ul.is-style-arrow-list { /* HACK: fixing stretched out post width in editor */ .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .editor-styles-wrapper .editor-editor-canvas__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { - max-width: 800px; + max-width: 600px; } \ No newline at end of file