Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/repo-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ export function RepoSelector({

const ownerTriggerClassName =
size === 'sm'
? 'w-auto min-w-[32px] sm:min-w-[100px] border-0 bg-transparent shadow-none focus:ring-0 h-8 text-xs px-1 sm:px-3'
? 'w-auto min-w-[32px] sm:min-w-[100px] border-0 bg-transparent shadow-none focus:ring-0 h-8 text-xs pl-2 pr-1 sm:px-3'
: 'w-auto min-w-[140px] border-0 bg-transparent shadow-none focus:ring-0 h-8'

const repoTriggerClassName =
size === 'sm'
? 'w-auto min-w-[80px] sm:min-w-[120px] max-w-[100px] sm:max-w-none border-0 bg-transparent shadow-none focus:ring-0 h-8 text-xs'
? 'w-auto min-w-[80px] sm:min-w-[120px] max-w-[160px] sm:max-w-none border-0 bg-transparent shadow-none focus:ring-0 h-8 text-xs'
: 'w-auto min-w-[160px] border-0 bg-transparent shadow-none focus:ring-0 h-8'

// Find the selected owner for avatar display
Expand Down
Loading