fix: avoid column-off-by-one with URL-links to tr elems
This commit is contained in:
parent
3d09793ac6
commit
dbdd3dc565
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user