Skip to content

Commit

Permalink
Update ChangeChatModel select width to max 100px
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Oct 26, 2024
1 parent 55a453d commit d35237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/chat/ChangeChatModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ChangeChatModel = () => {
<BsRobot size={18} className="cdx-flex-shrink-0" />
<select
value={activeChatModel || ''}
className="cdx-bg-transparent !m-0 !p-0 cdx-box-border cdx-w-min focus:cdx-outline-none focus:cdx-ring-1"
className="cdx-bg-transparent !m-0 !p-0 cdx-box-border cdx-w-min focus:cdx-outline-none focus:cdx-ring-1 cdx-max-w-[100px]"
onChange={(e) => {
setActiveChatModel(e.target.value)
}}
Expand Down

0 comments on commit d35237b

Please sign in to comment.