add word-break property
This commit is contained in:
parent
8a6633db92
commit
6636fdf930
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue