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} + );