Browse Source

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

Jeremy Stretch 1 năm trước cách đây
mục cha
commit
70cc7c7563

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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 {

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác