Fixes #20227: Fix paragraph spacing in rendered Markdown content (#20256)

This commit is contained in:
Jeremy Stretch
2025-09-05 08:05:36 -04:00
committed by GitHub
parent 2ddec1ef48
commit 545773e221
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;
}
}