From ae783adb4c062095a4a3ea84bbac22b2a2b33306 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 6 Mar 2024 16:18:41 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10521 --- app/src/assets/scss/component/_typography.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/assets/scss/component/_typography.scss b/app/src/assets/scss/component/_typography.scss index 592731d87..1025eb91a 100644 --- a/app/src/assets/scss/component/_typography.scss +++ b/app/src/assets/scss/component/_typography.scss @@ -417,8 +417,14 @@ max-width: 100%; user-select: none; + & > span:nth-child(1), + & > span:nth-child(3) { + width: 4px; + display: inline-block; + } + & > span:nth-child(2) { - max-width: calc(100% - 10px); + max-width: calc(100% - 8px); position: relative; display: inline-block; min-width: 22px;