فهرست منبع

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

Jeremy Stretch 10 ماه پیش
والد
کامیت
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 {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است