From cf3a3aa260f27d636e1a4178d59694871ce12528 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 16 Oct 2022 16:01:03 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/6211 --- app/src/assets/scss/_wysiwyg.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/assets/scss/_wysiwyg.scss b/app/src/assets/scss/_wysiwyg.scss index 2fcea562c..f9fa92cf7 100644 --- a/app/src/assets/scss/_wysiwyg.scss +++ b/app/src/assets/scss/_wysiwyg.scss @@ -156,6 +156,7 @@ &.sb { padding: 0; + max-width: 100%; &[data-sb-layout="col"] { display: flex;