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'], }, };