From c9c55122b040c73f0278264bd9036dab4fbe49b7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 13:06:39 +0100 Subject: [PATCH] hiding list style for acf fields --- resources/css/editor-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 92133ae..b12a091 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -128,3 +128,9 @@ p { @apply cta caret-secondary; } } + +.acf-block-fields ul { + li:before { + @apply content-none; + } +}