diff --git a/components/item.module.css b/components/item.module.css index 80b4ccba..074c1997 100644 --- a/components/item.module.css +++ b/components/item.module.css @@ -35,6 +35,7 @@ a.title:visited { overflow: hidden; text-overflow: ellipsis; flex: 1 0 128px; + max-width: fit-content; margin-bottom: .15rem; } @@ -220,4 +221,4 @@ a.link:visited { .skeleton .otherItemLonger { width: 60px; -} \ No newline at end of file +}