From b2f6b7d9cd1ec907ab071dd93241ab978e06c312 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 14 Apr 2025 16:12:41 -0400 Subject: [PATCH] Fixes #19169: Remove horizontal padding from highlighted text --- netbox/project-static/dist/netbox.css | Bin 554815 -> 554857 bytes .../styles/overrides/_bootstrap.scss | 6 ++++++ 2 files changed, 6 insertions(+) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index b464f7b051af82639f7666372c713ab3b0c1e94e..9405ecda0181647b64e297fe547cace9f4afcf75 100644 GIT binary patch delta 49 zcmdo0PVwbC#fBEf7N!>F7M2#)7Pc1lEgX0JxN;MVvUT)8F7M2#)7Pc1lEgX0JwzK(jBx?Ww(`O5W diff --git a/netbox/project-static/styles/overrides/_bootstrap.scss b/netbox/project-static/styles/overrides/_bootstrap.scss index f3c6a02af..b29ff1acd 100644 --- a/netbox/project-static/styles/overrides/_bootstrap.scss +++ b/netbox/project-static/styles/overrides/_bootstrap.scss @@ -3,6 +3,12 @@ html { scroll-behavior: auto !important; } +// Remove horizontal padding from highlighted text +mark { + padding-left: 0; + padding-right: 0; +} + // Prevent dropdown menus from being clipped inside responsive tables .table-responsive { .dropdown, .btn-group, .btn-group-vertical {