From 0e573099fcdb142dc198619aab09a8ad7347a191 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 1 Apr 2024 13:34:05 +0500 Subject: [PATCH] override content width in post editor --- block-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-styles.css b/block-styles.css index b0442ce..ac00cb4 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: 600px; + max-width: 600px !important; } \ No newline at end of file