removing list style for core/list in editor

This commit is contained in:
Antoine M 2023-11-27 18:49:31 +01:00
parent 6e5cfd629c
commit c4f534de23

View File

@ -129,6 +129,10 @@ p {
} }
} }
.wp-block-list {
@apply list-none;
}
.acf-block-fields ul { .acf-block-fields ul {
li:before { li:before {
@apply content-none; @apply content-none;