From 90f89e9db9e18672f664e401f81ec373bb6364d3 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 18 Sep 2024 14:35:11 -0700 Subject: [PATCH] 17464 fix margins for custom-field markdown description --- netbox/project-static/dist/netbox.css | Bin 554338 -> 554413 bytes .../styles/custom/_markdown.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index f1b9e24e23ae8510895a55af5db0c4ccabca521f..8c4fcd4f9bc6c2877bcc697ae711543b216f626b 100644 GIT binary patch delta 67 zcmaF#N^$LL#fBEf7N!>F7M2#)7Pc1lEgTPucy#pA@{4kHOHwOJ6sDgm;)p^OnOMXj Lyj`l8!-EL`VCNUf delta 41 xcmZ4cTJg~<#fBEf7N!>F7M2#)7Pc1lEgTPurvEGA@R)wCgo9&ybuot#698*k5DowU 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;