瀏覽代碼

Fixes #19169: Remove horizontal padding from highlighted text (#19181)

Jeremy Stretch 11 月之前
父節點
當前提交
70cc7c7563
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 6 0
      netbox/project-static/styles/overrides/_bootstrap.scss

文件差異過大導致無法顯示
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 6 - 0
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 {

部分文件因文件數量過多而無法顯示