Skip to content

Commit

Permalink
Restricting margin hack to doc_markdown_to_html
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelfaure committed Aug 16, 2023
1 parent 0a4fcda commit fb51649
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/assets/stylesheets/dsfr-corrections.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
p + ul {
margin-top: -15px;
margin-bottom: 20px;
.doc_markdown_to_html {
p + ul {
margin-top: -15px;
margin-bottom: 20px;
}
}

0 comments on commit fb51649

Please sign in to comment.