Fixes #20227: Fix paragraph spacing in rendered Markdown content

This commit is contained in:
Jeremy Stretch
2025-09-04 16:01:55 -04:00
parent ea50786b5c
commit 47ddc6cc9d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -30,7 +30,7 @@
// Remove the bottom margin of the last <p> elements in markdown
.rendered-markdown {
p:last-of-type {
p:last-child {
margin-bottom: 0;
}
}