docs - fix padding to accomodate hidden element

This commit is contained in:
Cody Glassman 2025-06-18 17:58:38 -07:00
parent 37e0566745
commit b0fb0024bc

View File

@ -44,6 +44,10 @@ code {
display: none !important;
}
#search-input {
padding-right: 12px !important;
}
/* Table headers are bolded in dark mode, do it in light mode too */
table th {
font-weight: 600 !important;