mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-18 12:36:34 +00:00
add styles to class formContainer
This commit is contained in:
parent
a86c919b5b
commit
835e647072
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user