Skip to content

Commit

Permalink
feat(ReviewCard): srink date size when headline overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
artursantiago committed Jan 28, 2025
1 parent f489549 commit e24e403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/components/molecules/ReviewCard/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
}

[data-fs-review-card-date] {
flex-shrink: 0;
color: var(--fs-review-card-date-color);
font-size: var(--fs-review-card-date-font-size);
font-weight: var(--fs-review-card-date-font-weight);
Expand Down Expand Up @@ -143,6 +144,7 @@
[data-fs-review-card-text-header] {
display: flex;
justify-content: space-between;
gap: var(--fs-review-card-header-gap);
}

[data-fs-review-card-text-headline] {
Expand Down

0 comments on commit e24e403

Please sign in to comment.