Skip to content

Commit

Permalink
Slightly more space for text in dropdowns (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored May 21, 2024
1 parent d35e6c1 commit 9795e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/inputs/elements/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const DropDown = memo(
disabled={isDisabled}
draggable={false}
size="sm"
style={{ contain: 'size' }}
style={{ contain: 'size', paddingRight: '1.75rem' }}
value={selection}
onChange={handleChange}
>
Expand Down

0 comments on commit 9795e7f

Please sign in to comment.