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; + } +}