Skip to content

Commit

Permalink
chore: update card component (ENG-58155)
Browse files Browse the repository at this point in the history
  • Loading branch information
echristie-bc committed Jan 3, 2025
1 parent 847333d commit 0ac5a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Card.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
display: flex;
flex-direction: column;
justify-content: space-between;
height: 174px;
padding: @sp-16;
text-decoration: none;
background-color: var(--layer);
Expand Down
2 changes: 1 addition & 1 deletion stories/Card.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Normal = {
args: {
title: 'Add user',
href: '#',
description: 'Add a user to the application',
description: 'Add an user to the application',
path: ['parent', 'API'],
},
};

0 comments on commit 0ac5a8a

Please sign in to comment.