add styles to class formContainer

This commit is contained in:
Agustín Longoni 2020-09-16 11:04:49 -03:00
parent a86c919b5b
commit 835e647072
2 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,7 @@ const ContractInteractionReview = ({ onClose, onPrev, tx }: Props): React.ReactE
<> <>
<Header onClose={onClose} subTitle="2 of 2" title="Contract Interaction" /> <Header onClose={onClose} subTitle="2 of 2" title="Contract Interaction" />
<Hairline /> <Hairline />
<Block className={classes.formContainer} style={{ wordBreak: 'break-word' }}> <Block className={classes.formContainer}>
<Row margin="xs"> <Row margin="xs">
<Paragraph color="disabled" noMargin size="md" style={{ letterSpacing: '-0.5px' }}> <Paragraph color="disabled" noMargin size="md" style={{ letterSpacing: '-0.5px' }}>
Contract Address Contract Address

View File

@ -26,6 +26,7 @@ export const styles = createStyles({
}, },
formContainer: { formContainer: {
padding: `${md} ${lg}`, padding: `${md} ${lg}`,
wordBreak: 'break-word',
}, },
value: { value: {
marginLeft: sm, marginLeft: sm,