Browse Source

Add word-break: break-word; to send confirmation step

gre-patch-1
meriadec 6 years ago
parent
commit
63a529a87e
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/modals/Send/steps/04-step-confirmation.js

1
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({

Loading…
Cancel
Save