Skip to content

Commit

Permalink
Fixed wide dropdowns (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jul 20, 2023
1 parent 26cbfa1 commit 78a7bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/inputs/elements/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const DropDown = memo(({ value, onChange, reset, isDisabled, options }: D
disabled={isDisabled}
draggable={false}
size="sm"
style={{ contain: 'size' }}
value={selection}
onChange={handleChange}
>
Expand Down

0 comments on commit 78a7bd5

Please sign in to comment.