From 4db9b9f78019c5f9ffad27d108ce4365a3b5c3b3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 9 Aug 2023 20:38:21 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/8938 --- app/src/assets/scss/protyle/_wysiwyg.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index 8be5dc02f..00ef6ac3d 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -269,7 +269,6 @@ &.table[custom-pinthead="true"] { table { max-height: 50vh; - display: inline-block; } thead { @@ -279,6 +278,10 @@ } } + &.table table { + display: inline-block; + } + .img { &--select { filter: brightness(0.68);