mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-11 06:12:16 -06:00
Fixes #20227: Fix paragraph spacing in rendered Markdown content
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user