Skip to content

Commit

Permalink
Fix region select width (#11374)
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai authored Dec 5, 2024
1 parent 2dc4dc6 commit 259d8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const RegionSelect = <
}}
sx={(theme) => ({
[theme.breakpoints.up('md')]: {
maxWidth: tooltipText ? '458px' : '416px',
width: tooltipText ? '458px' : '416px',
},
})}
textFieldProps={{
Expand Down

0 comments on commit 259d8cb

Please sign in to comment.