From 0ac5a8ac3f2ef41fb4114f85b601501f2ca706d4 Mon Sep 17 00:00:00 2001 From: Edwin Christie Date: Fri, 3 Jan 2025 14:07:06 -0500 Subject: [PATCH] chore: update card component (ENG-58155) --- src/components/Card.less | 1 - stories/Card.stories.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Card.less b/src/components/Card.less index c510c11..ace3713 100644 --- a/src/components/Card.less +++ b/src/components/Card.less @@ -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); diff --git a/stories/Card.stories.js b/stories/Card.stories.js index 5db891d..8bd1764 100644 --- a/stories/Card.stories.js +++ b/stories/Card.stories.js @@ -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'], }, };