Skip to content

Commit

Permalink
eliminates margin-top on sectioning elements within LIs
Browse files Browse the repository at this point in the history
Fixes #6081.  Spacing is still *different* than pre-#6041, but as
intended.
  • Loading branch information
cfm committed Sep 7, 2021
1 parent 3894dc3 commit 49bdaf4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion securedrop/sass/modules/_panel.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@

section, article, .section-spacing
display: flow-root
margin-top: 10px + 2*8px // cf. hr.no-line
margin-top: 10px + 2*8px // cf. hr.no-line

li
section, article, .section-spacing
margin-top: 0 !important

0 comments on commit 49bdaf4

Please sign in to comment.