Skip to content

Commit

Permalink
test(Breadcrumb): [BLA-1021] Add story for padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatp15 committed Dec 10, 2024
1 parent 9baefb3 commit 334ddfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const Template: Story = ({ href, active, paddingVertical }) => {
<b2b-breadcrumb-item href="${href}">Start</b2b-breadcrumb-item>
<b2b-breadcrumb-item>Weiter</b2b-breadcrumb-item>
<b2b-breadcrumb-item active="${active}">Ende</b2b-breadcrumb-item>
<b2b-breadcrumb-item padding-vertical="0">padding</b2b-breadcrumb-item>
</b2b-breadcrumb>
`;
};
Expand Down

0 comments on commit 334ddfe

Please sign in to comment.