Skip to content

Commit b6d6ebf

Browse files
reduced width model select
1 parent becd326 commit b6d6ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const CustomMenu = React.forwardRef<HTMLDivElement, CustomMenuProps>(func
6363
gutter={parent ? -4 : 4}
6464
className={cn(
6565
`${parent ? 'animate-popover-left ml-3' : 'animate-popover'} outline-none! z-50 flex max-h-[min(450px,var(--popover-available-height))] w-full`,
66-
'w-[var(--menu-width,auto)] min-w-[300px] flex-col overflow-auto rounded-xl border border-border-light',
66+
'w-[var(--menu-width,auto)] min-w-[200px] flex-col overflow-auto rounded-xl border border-border-light',
6767
'bg-surface-secondary px-3 py-2 text-sm text-text-primary shadow-lg',
6868
'max-w-[calc(100vw-4rem)] sm:max-h-[calc(65vh)] sm:max-w-[400px]',
6969
searchable && 'p-0',

0 commit comments

Comments
 (0)