Skip to content

Commit dd374b6

Browse files
committed
[docs][Transition] Fix horizontal scroll in SimpleFade demo in mobile screens
1 parent 035815b commit dd374b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data/material/components/transitions/SimpleFade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleFade.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

0 commit comments

Comments
 (0)