Skip to content

Commit

Permalink
fix(card): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 26, 2021
1 parent 0055863 commit b0142e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3303,7 +3303,7 @@ exports[`Storyshots Components|Card Default 1`] = `
className="bx--card--white"
>
<div
className="bx--grid"
className="bx--grid bx--grid--card"
>
<div
className="bx--row"
Expand Down Expand Up @@ -9284,13 +9284,13 @@ exports[`Storyshots Components|CardLink Default 1`] = `
role="main"
>
<div
className="bx--grid bx--grid--condensed"
className="bx--grid bx--grid--card bx--grid--condensed"
>
<div
className="bx--row"
>
<div
className="bx--col-sm-4 bx--col-md-4 bx--col-lg-4 bx--offset-lg-4"
className="bx--col-sm-4 bx--col-md-3 bx--col-lg-6 bx--col-xlg-4 bx--no-gutter"
>
<CardLink
card={
Expand Down

0 comments on commit b0142e7

Please sign in to comment.