Skip to content

Commit

Permalink
Fix Select issues (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft authored Oct 31, 2024
1 parent 1a8eb0f commit 5a2e849
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,12 @@ const Select: FC<SelectProps> = ({
"& .accessoryIcon": {
display: "none",
},
...overrideThemes,
"& input": {
paddingRight: 25,
textOverflow: "ellipsis",
whiteSpace: "nowrap",
overflow: "hidden",
},
}}
disabled={disabled}
disableErrorUntilFocus={true}
Expand Down

0 comments on commit 5a2e849

Please sign in to comment.