Skip to content

Commit

Permalink
nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Sep 11, 2023
1 parent bc09362 commit c82a7d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const EarningView: React.FC<CommonProps> = props => {
}}
>
<Logo srcs={[token.logoUrl]} style={{ flex: '0 0 16px', height: '16px', borderRadius: '999px' }} />
<Text fontSize={12}>
<Text fontSize={12} sx={{ whiteSpace: 'nowrap' }}>
{formatDisplayNumber({ value: token.amount })} {token.symbol}
</Text>
</Flex>
Expand Down

0 comments on commit c82a7d6

Please sign in to comment.