Apply suggestions from code review of branch reset-to-default

Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
Julian Stirling 2026-07-02 09:30:04 +00:00
parent 2c7910da60
commit 6401b635fe

View file

@ -283,6 +283,7 @@
margin-bottom: 5px;
}
// Use CSS "next-sibling combinator" to get p-tags following another tag at the same level.
.ofm-close-pars * + p{
margin-top: 5px;
}