diff --git a/src/routes/open/components/SafeThresholdForm/index.jsx b/src/routes/open/components/SafeThresholdForm/index.jsx index 48a9e600..7a3663b7 100644 --- a/src/routes/open/components/SafeThresholdForm/index.jsx +++ b/src/routes/open/components/SafeThresholdForm/index.jsx @@ -20,7 +20,7 @@ type Props = { const styles = () => ({ root: { - display: 'flex', + maxWidth: '450px', }, owners: { paddingLeft: md, @@ -44,7 +44,7 @@ const SafeThreshold = ({ classes, values }: Props) => { const numOwners = getNumOwnersFrom(values) return ( - + Set the required owner confirmations: @@ -85,7 +85,7 @@ const SafeThreshold = ({ classes, values }: Props) => { - + ) }