Skip to content

Commit

Permalink
[docs] Flexbox: update item number (mui#19954)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbredillet authored and EsoterikStare committed Mar 30, 2020
1 parent 8885039 commit ffe2e78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/src/pages/system/flexbox/FlexDirection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ export default function FlexDirection() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
<Box display="flex" flexDirection="row-reverse" p={1} m={1} bgcolor="background.paper">
<Box p={1} bgcolor="grey.300">
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/system/flexbox/FlexDirection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ export default function FlexDirection() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
<Box display="flex" flexDirection="row-reverse" p={1} m={1} bgcolor="background.paper">
<Box p={1} bgcolor="grey.300">
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
</div>
Expand Down

0 comments on commit ffe2e78

Please sign in to comment.