From 94e61ed4dbcc83ac2c12695cdeddde4737ab4551 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 30 Jan 2026 10:16:51 +0100 Subject: [PATCH] =?UTF-8?q?FEATURE=20Ajout=20de=20styles=20pour=20l'aligne?= =?UTF-8?q?ment=20des=20blocs=20de=20titre=20dans=20l'=C3=A9diteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/editor-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 3d5a712..969916a 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -39,3 +39,7 @@ body { @apply pointer-events-none; } } +/* block-editor-block-list__block wp-block has-child-selected carhop-heading carhop-heading--hierarchy-classic wp-block-carhop-blocks-heading */ +.block-editor-block-list__block.wp-block-carhop-blocks-heading { + @apply mx-auto; +}