diff --git a/src/components/modals/Send/steps/04-step-confirmation.js b/src/components/modals/Send/steps/04-step-confirmation.js index f39881b9..50b762cc 100644 --- a/src/components/modals/Send/steps/04-step-confirmation.js +++ b/src/components/modals/Send/steps/04-step-confirmation.js @@ -34,6 +34,7 @@ const Title = styled(Box).attrs({ mt: 2, })` text-align: center; + word-break: break-word; ` const Text = styled(Box).attrs({