Skip to content

Commit

Permalink
fix: breadcrumb style in elements storybook (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pham Hai Duong authored May 26, 2020
1 parent 663bb21 commit 9373540
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ storiesOf('Breadcrumb', module)
<section className="section">
<Breadcrumb>
<BreadcrumbItem href="#">
<FaHome />
<span style={{ verticalAlign: '-0.15rem', marginRight: '0.5rem' }}>
<FaHome />
</span>
<span>Home</span>
</BreadcrumbItem>
<BreadcrumbItem href="#">
<FaHeart />
<span style={{ verticalAlign: '-0.15rem', marginRight: '0.5rem' }}>
<FaHeart />
</span>
<span>Application List</span>
</BreadcrumbItem>
<BreadcrumbItem>Application</BreadcrumbItem>
Expand Down

0 comments on commit 9373540

Please sign in to comment.