Skip to content

Commit 3896cb1

Browse files
authored
[docs][Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169)
1 parent 0c26c37 commit 3896cb1

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

docs/data/material/components/transitions/SimpleCollapse.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/SimpleCollapse.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"

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"

docs/data/material/components/transitions/SimpleGrow.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/SimpleGrow.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"

docs/data/material/components/transitions/SimpleSlide.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/SimpleSlide.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"

docs/data/material/components/transitions/SimpleZoom.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/SimpleZoom.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)