fixing ol on editor gutenberg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-03-20 11:18:39 +01:00
parent 18ede83311
commit 0e53955e74

View File

@ -224,3 +224,22 @@
@apply bg-patrimoine-sante-securite;
}
}
ol {
@apply list-decimal list-inside;
/* font-family: 'Railway', sans-serif; */
li {
list-style-type: decimal !important;
list-style-position: inside !important;
position: relative !important;
padding-left: 1.5em !important;
}
li:marker {
position: absolute !important;
left: 0 !important;
}
.block-editor-rich-text__editable {
display: inline-block !important;
}
}