fixing ol on editor gutenberg
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
18ede83311
commit
0e53955e74
|
|
@ -224,3 +224,22 @@
|
||||||
@apply bg-patrimoine-sante-securite;
|
@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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user