From c4f534de230dff2c97f3741973f61e3b095395bf Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 18:49:31 +0100 Subject: [PATCH] removing list style for core/list in editor --- 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 b12a091..4248f67 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -129,6 +129,10 @@ p { } } +.wp-block-list { + @apply list-none; +} + .acf-block-fields ul { li:before { @apply content-none;