From dc87594d9257116b7b3399250b33db16c51b7900 Mon Sep 17 00:00:00 2001 From: benalleng Date: Tue, 26 Mar 2024 09:32:22 -0400 Subject: [PATCH] feat: add max-width fit-content --- components/item.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}