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 1 additions and 1 deletions

Binary file not shown.

View File

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