Fixes #19169: Remove horizontal padding from highlighted text

This commit is contained in:
Jeremy Stretch 2025-04-14 16:12:41 -04:00
parent 1f79411878
commit b2f6b7d9cd
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -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 {