mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Fixes #20227: Fix paragraph spacing in rendered Markdown content
This commit is contained in:
parent
ea50786b5c
commit
47ddc6cc9d
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user