From 08deae9ef7aab690025b3f28577ea39dfb30b6e0 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 4 Oct 2023 10:55:29 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9337 --- app/src/assets/scss/component/_typography.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/assets/scss/component/_typography.scss b/app/src/assets/scss/component/_typography.scss index 487783ab5..a96f22bf6 100644 --- a/app/src/assets/scss/component/_typography.scss +++ b/app/src/assets/scss/component/_typography.scss @@ -546,7 +546,6 @@ user-select: none; counter-reset: linenumber; font-size: 85%; - line-height: 1.625; background-color: var(--b3-theme-surface); padding: 1.6em 4px; box-sizing: border-box;