Skip to content

Commit

Permalink
Fix the input element only being clickable in the area containing text
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC committed Dec 1, 2024
1 parent 45a8bd2 commit f327b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/UI/SelectField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function SelectField({
'& .MuiSelect-icon': { display: 'none' },
'& .MuiOutlinedInput-notchedOutline legend': { width: 0 },
'& .MuiSelect-select': {
width: 'auto',
textAlign: isRTL ? 'right' : 'left',
paddingLeft: 0
}
}}
Expand Down

0 comments on commit f327b2a

Please sign in to comment.