diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index f1b9e24e2..8c4fcd4f9 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 32ef7a09c..f1a7756b6 100644 --- a/netbox/project-static/styles/custom/_markdown.scss +++ b/netbox/project-static/styles/custom/_markdown.scss @@ -29,7 +29,7 @@ } // Remove the bottom margin of
elements inside a table cell -td > .rendered-markdown { +td > .rendered-markdown, .form-text .rendered-markdown { max-height: 200px; overflow-y: scroll;