From b067b1d40bc914fe7e1cc0f4f24316a66e7585d6 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 {