Commit c7dd0f06 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: collection names truncating early (#5450)

fix collection names truncating early
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent 76dc71e4
...@@ -493,7 +493,7 @@ const TruncatedTextRow = styled(Row)` ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment