From 14e9f2267787fff8350dcc717675b735656c42f1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 19 Jul 2023 13:59:34 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/8783 --- app/src/assets/scss/component/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/component/_typography.scss b/app/src/assets/scss/component/_typography.scss index 9846e5ce3..1fc564d01 100644 --- a/app/src/assets/scss/component/_typography.scss +++ b/app/src/assets/scss/component/_typography.scss @@ -354,7 +354,7 @@ [data-subtype="graphviz"] { text-align: center; - svg { + & > [contenteditable="false"] svg { border-radius: var(--b3-border-radius); /* 由于会覆盖颜色,先移除看看有没有副作用 https://github.com/siyuan-note/siyuan/issues/7735