From c7dd0f06e7af3c8651edf4a07cfddda1417b8d0c Mon Sep 17 00:00:00 2001 From: Charles Bachmeier Date: Tue, 29 Nov 2022 13:53:11 -0800 Subject: [PATCH] fix: collection names truncating early (#5450) fix collection names truncating early Co-authored-by: Charles Bachmeier --- src/nft/components/collection/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nft/components/collection/Card.tsx b/src/nft/components/collection/Card.tsx index f10d38241a..45c2320454 100644 --- a/src/nft/components/collection/Card.tsx +++ b/src/nft/components/collection/Card.tsx @@ -493,7 +493,7 @@ const TruncatedTextRow = styled(Row)` text-overflow: ellipsis; display: block; overflow: hidden; - flex: 0.98; + flex: 1; ` interface ProfileNftDetailsProps {