diff --git a/app/assets/stylesheets/dsfr-corrections.scss b/app/assets/stylesheets/dsfr-corrections.scss index 79ef4affc5..1342eaffd8 100644 --- a/app/assets/stylesheets/dsfr-corrections.scss +++ b/app/assets/stylesheets/dsfr-corrections.scss @@ -1,4 +1,6 @@ -p + ul { - margin-top: -15px; - margin-bottom: 20px; +.doc_markdown_to_html { + p + ul { + margin-top: -15px; + margin-bottom: 20px; + } }