diff --git a/src/components/ModalTransactionOverview.js b/src/components/ModalTransactionOverview.js index aa610f99..56450d57 100644 --- a/src/components/ModalTransactionOverview.js +++ b/src/components/ModalTransactionOverview.js @@ -217,7 +217,8 @@ function ModalTransactionOverview({ fontWeight: 500, color: '#404040', marginLeft: '12px', - whiteSpace: 'nowrap', + overflowWrap: 'anywhere', + minWidth: 0, fontSize: '14px', }} > @@ -229,6 +230,7 @@ function ModalTransactionOverview({ color: arrowColor, marginLeft: '10px', fontSize: '14px', + alignSelf: 'flex-end', }} /> @@ -239,7 +241,15 @@ function ModalTransactionOverview({ const renderNetworkFeeValue = () => { if (hasAnyFee) { return ( - + {formatValue(fee)} HTR ); @@ -283,8 +293,18 @@ function ModalTransactionOverview({ const renderTotalPayment = () => { return (
- {t`You will pay`} - + {t`You will pay`} + {formatTotalPayment()}
@@ -308,7 +328,7 @@ function ModalTransactionOverview({ {/* Network fee */}
- + {t`Network fee`}{' '} ({t`paid in HTR`})