From e7ff3846f2b758e6fa1c10a5157eef1747750d38 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 3 Feb 2020 13:48:38 +0100 Subject: [PATCH] fix: do not apply target link height fix on targets in tables --- 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 b4acef15e..2568a5dbb 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -164,7 +164,7 @@ h4 margin-top: var(--current-header-height) margin-left: 0 - :target::before + :target:not(table :target)::before content: "" display: block height: var(--current-header-height)