Skip to content

Commit

Permalink
mobile view improvements (mckaywrigley#1456)
Browse files Browse the repository at this point in the history
Co-authored-by: Mckay Wrigley <[email protected]>
  • Loading branch information
perstarkse and mckaywrigley authored Mar 23, 2024
1 parent 96b18f7 commit 1e6c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat/chat-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const ChatSettings: FC<ChatSettingsProps> = ({}) => {
className="flex items-center space-x-2"
variant="ghost"
>
<div className="text-lg">
<div className="w-[120px] truncate text-lg sm:w-[300px] lg:w-[500px]">
{fullModel?.modelName || chatSettings.model}
</div>

Expand Down

0 comments on commit 1e6c7ca

Please sign in to comment.