Skip to content

Commit

Permalink
no wrap small balances
Browse files Browse the repository at this point in the history
  • Loading branch information
hungdoansy committed Jul 7, 2023
1 parent e0b033a commit bc77e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/MyEarnings/ElasticPools/SinglePool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ const SinglePool: React.FC<Props> = ({ poolEarning, chainId, positionEarnings, p
fontSize: '24px',
lineHeight: '28px',
color: theme.text,
whiteSpace: 'nowrap',
}}
>
{poolEarningStr}
Expand Down
1 change: 1 addition & 0 deletions src/pages/MyEarnings/Positions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ function PoolLiquidityBalance({
fontSize: '20px',
fontWeight: 500,
lineHeight: '28px',
whiteSpace: 'nowrap',
}}
>
{formatUSDValue(total)}
Expand Down

0 comments on commit bc77e4a

Please sign in to comment.