Skip to content

Commit

Permalink
docs(box): Fix example with ButtonLink spaced out using between
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Nov 10, 2017
1 parent 99367a9 commit 350b133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/scss/_examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@
.docs_divider-height {
height: 150px;
}

.docs_flex-button {
align-items: flex-start;
}
2 changes: 1 addition & 1 deletion src/components/Box/Box.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```jsx
<Card>
<Box between={3}>
<Box between={3} dangerouslyAddClassName="docs_flex-button">
<Heading level="h1">Our latest and greatest</Heading>
<Paragraph>Everything you would expect, without conditions.</Paragraph>
<ButtonLink href="//telus.com">Learn more</ButtonLink>
Expand Down

0 comments on commit 350b133

Please sign in to comment.