STYLE refining behaviour in editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-28 17:02:44 +01:00
parent 80b05c7d8f
commit 41c59316be

View File

@ -1,9 +1,9 @@
.wp-block-list {
@apply list-disc;
list-style-position: inside;
@apply !list-none;
li {
@apply list-none relative pl-6;
list-style-type: none !important;
}
li::before {