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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
.rendered-markdown {
p:last-of-type {
p:last-child {
margin-bottom: 0;
}
}