diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 2768f7714..ef5904b06 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/custom/_markdown.scss b/netbox/project-static/styles/custom/_markdown.scss index 75ada3bc6..28583f86e 100644 --- a/netbox/project-static/styles/custom/_markdown.scss +++ b/netbox/project-static/styles/custom/_markdown.scss @@ -30,7 +30,7 @@ // Remove the bottom margin of the last
elements in markdown .rendered-markdown { - p:last-of-type { + p:last-child { margin-bottom: 0; } }