Merge pull request #9370 from mfo/US/fix-ul-as-ol

correctif(css): affine le selecteur pour les listes ordonnées rendu par du markdown/simpleformatcomponent
This commit is contained in:
mfo 2023-07-27 14:35:21 +02:00 committed by GitHub
commit 27d4be442f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {