fix: collection names truncating early (#5450)
fix collection names truncating early Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
parent
76dc71e442
commit
c7dd0f06e7
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user