From b7da689955857d13af57ffe507c1eab4267d4cd7 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 18 Sep 2024 18:56:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=81=8A=E5=A4=A9=E6=8F=90=E5=8F=8A?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E9=94=99=E4=BD=8D=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/components/dialog-wrapper.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/pages/components/dialog-wrapper.scss b/resources/assets/sass/pages/components/dialog-wrapper.scss index fa2b61f0b..6b734d9db 100644 --- a/resources/assets/sass/pages/components/dialog-wrapper.scss +++ b/resources/assets/sass/pages/components/dialog-wrapper.scss @@ -831,6 +831,10 @@ color: #777; } } + + .mention { + display: contents; + } } }