diff --git a/new-lamassu-admin/src/pages/Wallet/helper.js b/new-lamassu-admin/src/pages/Wallet/helper.js index 47da3841..92adf854 100644 --- a/new-lamassu-admin/src/pages/Wallet/helper.js +++ b/new-lamassu-admin/src/pages/Wallet/helper.js @@ -104,11 +104,12 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => { }, { name: 'zeroConf', + header: 'Confidence Checking', size: 'sm', stripe: true, view: getDisplayName('zeroConf'), input: Autocomplete, - width: 190 - widthAdjust, + width: 220 - widthAdjust, inputProps: { options: getOptions('zeroConf'), valueProp: 'code',