From 63a529a87e831689a3b930c66af1ed0c9ffde10a Mon Sep 17 00:00:00 2001 From: meriadec Date: Mon, 3 Dec 2018 18:21:40 +0100 Subject: [PATCH] Add word-break: break-word; to send confirmation step --- src/components/modals/Send/steps/04-step-confirmation.js | 1 + 1 file changed, 1 insertion(+) 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({