Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 36693a6

Browse files
committed
Clean up stacked boxes example
1 parent ad9ea16 commit 36693a6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

  • packages/visual-stack-docs/src/containers/Components/Docs

packages/visual-stack-docs/src/containers/Components/Docs/box.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,19 @@ export default () => {
312312
<Text type="h4">A bunch of boxes stacking other boxes</Text>
313313
{/* s4:start */}
314314
<Box padding="medium" gap="medium" border>
315-
<Box padding="medium" gap="medium" border>
315+
<Box padding="medium" border>
316316
<AppIcon />
317317
</Box>
318-
<Box direction="row" padding="medium" gap="medium" border>
319-
<Box padding="medium" gap="medium" border>
318+
<Box
319+
direction="row"
320+
padding="medium"
321+
justify="space-between"
322+
border
323+
>
324+
<Box padding="medium" border>
320325
<AppIcon />
321326
</Box>
322-
<Box padding="medium" gap="medium" border>
327+
<Box padding="medium" border>
323328
<AppIcon />
324329
</Box>
325330
</Box>

0 commit comments

Comments
 (0)