From 10d158b38a607400790b5e024cf71325bed5ec17 Mon Sep 17 00:00:00 2001 From: pllx Date: Mon, 27 Apr 2026 06:50:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B0=94=E6=B3=A1?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8C=A4=E5=9C=A8=E5=90=8C=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E6=94=B9=E4=B8=BA=20block?= =?UTF-8?q?=20+=20fit-content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index 6a4fd62..335b83d 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -30,7 +30,7 @@ .msg-line[class*="msg-bubble--"] { position: relative; isolation: isolate; - display: inline-block; + display: block; width: fit-content; max-width: 100%; box-sizing: border-box;