Skip to content

Commit e8062ed

Browse files
committed
fix: adjust width of VersionSelectMenu for improved layout consistency
- Updated the width of the VersionSelectMenu from 268 to 270 pixels to enhance visual alignment and usability in the dropdown menu.
1 parent fbefd1f commit e8062ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/VersionSelect/SharedSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const VersionSelectMenu = styled((props: MenuProps) => (
8787
))(({ theme }) => ({
8888
"& .MuiPaper-root": {
8989
marginTop: theme.spacing(1),
90-
minWidth: 268,
90+
width: 270,
9191
color:
9292
theme.palette.mode === "light"
9393
? "rgb(55, 65, 81)"

0 commit comments

Comments
 (0)