mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 16:58:49 +02:00
Remove bottom margin from last <p> element in rendered Markdown inside a table cell
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
@@ -28,6 +28,13 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove the bottom margin of <p> elements inside a table cell
|
||||||
|
td > .rendered-markdown {
|
||||||
|
p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Markdown preview
|
// Markdown preview
|
||||||
.markdown-widget {
|
.markdown-widget {
|
||||||
.preview {
|
.preview {
|
||||||
|
|||||||
Reference in New Issue
Block a user