correctif(css): affine le selecteur pour les listes ordonnées rendu par du markdown/simpleformatcomponent

This commit is contained in:
Martin 2023-07-27 14:29:13 +02:00
parent c315127c33
commit c39904afc1

View file

@ -2,7 +2,7 @@
// overwrite DSFR style for SimpleFormatComponent, some user use markdown with
// ordered list having paragraph between list item
.fr-ol-content--override {
ol.fr-ol-content--override {
list-style-type: decimal;
li::marker {