fix 'Advanced options' presentation in modal
This commit is contained in:
parent
2bd73c3443
commit
4bf1a74b33
|
@ -21,7 +21,6 @@ import ThresholdForm from './screens/ThresholdForm'
|
||||||
const styles = createStyles({
|
const styles = createStyles({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -18,7 +18,6 @@ import { TxParameters } from 'src/routes/safe/container/hooks/useTransactionPara
|
||||||
const styles = createStyles({
|
const styles = createStyles({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -21,7 +21,6 @@ import { TxParameters } from 'src/routes/safe/container/hooks/useTransactionPara
|
||||||
const styles = createStyles({
|
const styles = createStyles({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue