Просмотр исходного кода

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

Jeremy Stretch 10 месяцев назад
Родитель
Сommit
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;
   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
 // Prevent dropdown menus from being clipped inside responsive tables
 .table-responsive {
 .table-responsive {
   .dropdown, .btn-group, .btn-group-vertical {
   .dropdown, .btn-group, .btn-group-vertical {

Некоторые файлы не были показаны из-за большого количества измененных файлов