From ea02c36ea6914e0bf38a99dc75187ff6f8c5599a Mon Sep 17 00:00:00 2001 From: pllx Date: Mon, 27 Apr 2026 06:48:45 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B6=88=E6=81=AF=E6=B0=94?= =?UTF-8?q?=E6=B3=A1=E5=AE=BD=E5=BA=A6=EF=BC=9A=E6=A0=B9=E6=8D=AE=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=87=AA=E9=80=82=E5=BA=94=E8=80=8C=E9=9D=9E=E6=95=B4?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E9=80=9A=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index aa99a91..6a4fd62 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -30,6 +30,10 @@ .msg-line[class*="msg-bubble--"] { position: relative; isolation: isolate; + display: inline-block; + width: fit-content; + max-width: 100%; + box-sizing: border-box; min-height: 24px; margin: 4px 0; padding: 5px 12px 5px 14px;