Skip to content

Commit 259d8cb

Browse files
Fix region select width (linode#11374)
1 parent 2dc4dc6 commit 259d8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/src/components/RegionSelect/RegionSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const RegionSelect = <
121121
}}
122122
sx={(theme) => ({
123123
[theme.breakpoints.up('md')]: {
124-
maxWidth: tooltipText ? '458px' : '416px',
124+
width: tooltipText ? '458px' : '416px',
125125
},
126126
})}
127127
textFieldProps={{

0 commit comments

Comments
 (0)