We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719b426 commit 63aa05aCopy full SHA for 63aa05a
ui/shared/TokenTransfer/TokenTransferListItem.tsx
@@ -97,7 +97,7 @@ const TokenTransferListItem = ({
97
{ valueStr && (
98
<Flex columnGap={ 2 } w="100%">
99
<Skeleton loading={ isLoading } fontWeight={ 500 } flexShrink={ 0 }>Value</Skeleton>
100
- <Skeleton loading={ isLoading } color="text.secondary">
+ <Skeleton loading={ isLoading } color="text.secondary" wordBreak="break-all" overflow="hidden">
101
<span>{ valueStr }</span>
102
{ usd && <span> (${ usd })</span> }
103
</Skeleton>
0 commit comments