fix: collection names truncating early (#5450)

fix collection names truncating early

Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
Charles Bachmeier 2022-11-29 13:53:11 -08:00 committed by GitHub
parent 76dc71e442
commit c7dd0f06e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -493,7 +493,7 @@ const TruncatedTextRow = styled(Row)`
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; display: block;
overflow: hidden; overflow: hidden;
flex: 0.98; flex: 1;
` `
interface ProfileNftDetailsProps { interface ProfileNftDetailsProps {