diff --git a/liquidity/ui/src/components/ChangeStat/ChangeStat.tsx b/liquidity/ui/src/components/ChangeStat/ChangeStat.tsx index 9bc1a7e0..220835ca 100644 --- a/liquidity/ui/src/components/ChangeStat/ChangeStat.tsx +++ b/liquidity/ui/src/components/ChangeStat/ChangeStat.tsx @@ -17,7 +17,7 @@ const styles = { lg: { fontSize: '18px', fontWeight: '800', - lineHeight: '32px', + lineHeight: '24px', }, }; @@ -48,6 +48,7 @@ export function ChangeStat({ fontSize={styles[size].fontSize} fontWeight={styles[size].fontWeight} lineHeight={styles[size].lineHeight} + flexWrap="wrap" > {hasChanges && !isPending && value && !value.eq(newValue) ? ( - <> + {formatFn(newValue)} - + ) : null} ); diff --git a/liquidity/ui/src/components/Manage/CollateralStats.tsx b/liquidity/ui/src/components/Manage/CollateralStats.tsx index 2a6adb46..27ea2187 100644 --- a/liquidity/ui/src/components/Manage/CollateralStats.tsx +++ b/liquidity/ui/src/components/Manage/CollateralStats.tsx @@ -22,7 +22,7 @@ export function CollateralStats({ }); return ( - + - + {!isPendingLiquidityPosition && liquidityPosition && collateralType ? ( - +