This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch feat/1.5.1/table in repository https://gitbox.apache.org/repos/asf/answer.git
commit 4da1f1f0cb0744a684fd47c23865915ce64a8d20 Author: shuai <lishuail...@sifou.com> AuthorDate: Mon May 12 16:24:59 2025 +0800 fix: code snippet caused the layout to break #1329 --- ui/src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/index.scss b/ui/src/index.scss index 52abe408..279dbf8e 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -251,6 +251,7 @@ img[src=''] { border-radius: 0.25rem; padding: 1rem; max-height: 38rem; + white-space: normal; } blockquote { border-left: 0.25rem solid #ced4da;