Skip to content

Commit 02c4b06

Browse files
authored
[docs] Fix layout shifting in icons page (#45779)
1 parent bc67e7e commit 02c4b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/components/material-icons/SearchIcons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ export default function SearchIcons() {
607607
);
608608

609609
return (
610-
<Grid container sx={{ minHeight: 500 }}>
610+
<Grid container sx={{ minHeight: 500, width: '100%' }}>
611611
<Grid
612612
size={{
613613
xs: 12,

0 commit comments

Comments
 (0)