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-top: var(--current-header-height)
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
|
|
||||||
:target:not(table, .show-hide__toggle)::before
|
:target:not(table, tr, .show-hide__toggle)::before
|
||||||
content: ""
|
content: ""
|
||||||
display: block
|
display: block
|
||||||
height: var(--current-header-height)
|
height: var(--current-header-height)
|
||||||
|
|||||||
Reference in New Issue
Block a user