ソースを参照

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

Jeremy Stretch 11 ヶ月 前
コミット
70cc7c7563

ファイルの差分が大きいため隠しています
+ 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 {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません