add word-break property

This commit is contained in:
Agustín Longoni 2020-09-15 19:24:47 -03:00
parent 8a6633db92
commit 6636fdf930
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ const ContractInteractionReview = ({ onClose, onPrev, tx }: Props): React.ReactE
</Paragraph>
</Row>
<Row align="center" margin="md">
<Paragraph className={classes.value} noMargin size="md" style={{ margin: 0 }}>
<Paragraph className={classes.value} noMargin size="md" style={{ margin: 0, wordBreak: 'break-word' }}>
{value}
</Paragraph>
</Row>