From ef59a93131a2bf434fc6cd1187b2bf54ce344b0c Mon Sep 17 00:00:00 2001 From: Li <1103069291@qq.com> Date: Sat, 15 May 2021 22:58:35 +0800 Subject: [PATCH] fix: #329 fix: #329 --- src/styles/global.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/global.less b/src/styles/global.less index 8b80e81b3..01a50b7a5 100644 --- a/src/styles/global.less +++ b/src/styles/global.less @@ -828,6 +828,14 @@ body { } } +.ant-list-item { + .ant-list-item-main, + .ant-list-item-meta-content, + pre { + overflow-x: auto; + } +} + .journal-list-content, .comment-drawer-content { img {