STYLE FIX for bullet in editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-07 10:03:07 +02:00
parent d742640de9
commit 4f7d29f132

View File

@ -33,13 +33,13 @@ article > *:not(.entry-content),
ul:not(.block-editor-block-variation-picker__variations) {
li {
@apply list-disc list-inside;
@apply list-disc;
}
}
ol {
li {
@apply list-decimal list-inside;
@apply list-decimal;
}
}
}