mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Fixes #19169: Remove horizontal padding from highlighted text
This commit is contained in:
parent
1f79411878
commit
b2f6b7d9cd
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user