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

This commit is contained in:
Jeremy Stretch 2025-04-15 10:13:58 -04:00 committed by GitHub
parent 8b091fb219
commit 70cc7c7563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {