diff --git a/src/components/domains/dashboard/cards/PalmCard/PalmCard.module.scss b/src/components/domains/dashboard/cards/PalmCard/PalmCard.module.scss index 6513c0b..ed6b379 100644 --- a/src/components/domains/dashboard/cards/PalmCard/PalmCard.module.scss +++ b/src/components/domains/dashboard/cards/PalmCard/PalmCard.module.scss @@ -1,7 +1,7 @@ .card.card { padding: 0; min-width: 200px; - height: 227px; + height: 100%; overflow: hidden; box-shadow: none; display: flex; @@ -22,11 +22,14 @@ .content { padding: 14px 12px 12px; + height: 100%; & > .info { display: flex; flex-direction: column; align-items: flex-start; + height: 100%; + justify-content: space-between; gap: 15px; } }