Skip to content

Commit

Permalink
yarn docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 3, 2020
1 parent ac68c2b commit a393f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/system/flexbox/AlignSelf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default function AlignSelf() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300" alignSelf="flex-end">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
</div>
Expand Down

0 comments on commit a393f9f

Please sign in to comment.