From ba0651d8d2f1c9f6036b6c5e3ab30d548c4724d3 Mon Sep 17 00:00:00 2001 From: frostime Date: Tue, 24 Sep 2024 16:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E9=80=82=E9=85=8D=E5=B0=8F=E5=B1=8F?= =?UTF-8?q?=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3fe41bf09c5..c42b90500ae 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -788,10 +788,23 @@ export function ChatActions(props: { alignItems: "top", flex: 1, fontSize: "0.7rem", + justifyContent: "flex-end", + overflow: "hidden", + whiteSpace: "nowrap", }} > -
- {currentModelName} + + {currentModelName} + );