Skip to content

Commit

Permalink
Merge pull request #493 from vani11aa/develop
Browse files Browse the repository at this point in the history
Fix: Long text breaks out of card
  • Loading branch information
skuhlmann authored May 1, 2024
2 parents 33f31a7 + 4084b68 commit 478a2d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const OverviewBox = styled.div<{ $allowLinks?: boolean }>`
}
.description {
margin-bottom: auto;
word-break: break-word;
}
@media ${widthQuery.md} {
.description {
Expand Down

0 comments on commit 478a2d9

Please sign in to comment.