From 746311242b5e24892b0f504ac5e0fa04d114895b Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Fri, 27 Sep 2024 20:49:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20playground=E6=B0=94=E6=B3=A1=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=20#511?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/index.css b/web/src/index.css index 6650f670c..5d752fb53 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -65,6 +65,11 @@ body { height: 100%; } +.semi-chat-chatBox-content { + min-width: auto; + word-break: break-word; +} + .tableHiddle { display: none !important; }