mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 13:08:16 -06:00
Remove bottom margin from last <p> element in rendered Markdown inside a table cell
This commit is contained in:
parent
136217e9b2
commit
3aadf59b15
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user