fix: avoid column-off-by-one with URL-links to tr elems

This commit is contained in:
Sarah Vaupel 2022-02-01 00:05:20 +01:00
parent 3d09793ac6
commit dbdd3dc565

View File

@ -165,7 +165,7 @@ h4
margin-top: var(--current-header-height)
margin-left: 0
:target:not(table, .show-hide__toggle)::before
:target:not(table, tr, .show-hide__toggle)::before
content: ""
display: block
height: var(--current-header-height)