diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 80d23acfa..8460154e6 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 cb4527f37..32ef7a09c 100644 --- a/netbox/project-static/styles/custom/_markdown.scss +++ b/netbox/project-static/styles/custom/_markdown.scss @@ -30,6 +30,9 @@ // Remove the bottom margin of

elements inside a table cell td > .rendered-markdown { + max-height: 200px; + overflow-y: scroll; + p:last-of-type { margin-bottom: 0; }