From dbdd3dc5652ea274c91efc1c25f161c6fd3d850d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 1 Feb 2022 00:05:20 +0100 Subject: [PATCH] fix: avoid column-off-by-one with URL-links to tr elems --- frontend/src/app.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index 8665aad07..09c31d052 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -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)