Skip to content

Commit 3087995

Browse files
chore(ui): trim mention/plus dropdown width to 360px
420px felt too wide; 360px gives long resource names enough room without dominating the input area. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a962cbf commit 3087995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export const PlusMenuDropdown = React.memo(
245245
side='top'
246246
sideOffset={8}
247247
avoidCollisions={!isMention}
248-
className='flex w-[420px] max-w-[calc(100vw-32px)] flex-col overflow-hidden'
248+
className='flex w-[360px] max-w-[calc(100vw-32px)] flex-col overflow-hidden'
249249
onCloseAutoFocus={handleCloseAutoFocus}
250250
onOpenAutoFocus={handleOpenAutoFocus}
251251
onKeyDown={handleContentKeyDown}

0 commit comments

Comments
 (0)