diff --git a/src/components/transactions/AssetInput.tsx b/src/components/transactions/AssetInput.tsx index 58094a2216..18635ee701 100644 --- a/src/components/transactions/AssetInput.tsx +++ b/src/components/transactions/AssetInput.tsx @@ -195,13 +195,24 @@ export const AssetInput = ({ )} {!onSelect || assets.length === 1 ? ( - + - + {symbol} diff --git a/src/components/transactions/Withdraw/WithdrawModalContent.tsx b/src/components/transactions/Withdraw/WithdrawModalContent.tsx index 2037b67843..bc427401f9 100644 --- a/src/components/transactions/Withdraw/WithdrawModalContent.tsx +++ b/src/components/transactions/Withdraw/WithdrawModalContent.tsx @@ -167,6 +167,15 @@ export const WithdrawModalContent = ({ ? currentNetworkConfig.baseAssetSymbol : poolReserve.symbol } + sx={{ + maxWidth: { xs: '140px', sm: '180px' }, + '& > span:last-of-type': { + minWidth: 0, + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap', + }, + }} />