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:
commit
27d4be442f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// overwrite DSFR style for SimpleFormatComponent, some user use markdown with
|
// overwrite DSFR style for SimpleFormatComponent, some user use markdown with
|
||||||
// ordered list having paragraph between list item
|
// ordered list having paragraph between list item
|
||||||
.fr-ol-content--override {
|
ol.fr-ol-content--override {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
|
|
||||||
li::marker {
|
li::marker {
|
||||||
|
|
Loading…
Add table
Reference in a new issue