Skip to content

Commit

Permalink
fix link overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vani11aa committed Apr 27, 2024
1 parent 33f31a7 commit 4084b68
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 4084b68

Please sign in to comment.