Kaynağa Gözat

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

Jeremy Stretch 11 ay önce
ebeveyn
işleme
70cc7c7563

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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 {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor