diff options
author | Dan <danjm.com@gmail.com> | 2018-06-23 00:13:39 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-06-29 08:15:04 +0800 |
commit | d5133fb429c313f7bed24e3740eddb1350810b16 (patch) | |
tree | 7c6c7c5e80838f3921c33282e7510f7717d31ffc /ui/app/components | |
parent | 9f5ee94b6937c741684de5e70ac0f9fea5f50226 (diff) | |
download | dexon-wallet-d5133fb429c313f7bed24e3740eddb1350810b16.tar.gz dexon-wallet-d5133fb429c313f7bed24e3740eddb1350810b16.tar.zst dexon-wallet-d5133fb429c313f7bed24e3740eddb1350810b16.zip |
Fix issues with scrollbar in currency display.
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/send/currency-display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send/currency-display.js b/ui/app/components/send/currency-display.js index 9c8ce004..e410bc07 100644 --- a/ui/app/components/send/currency-display.js +++ b/ui/app/components/send/currency-display.js @@ -149,7 +149,7 @@ CurrencyDisplay.prototype.render = function () { } : {}), ref: input => { this.currencyInput = input }, style: { - minWidth: this.getInputWidth(valueToRender, readOnly), + width: this.getInputWidth(valueToRender, readOnly), }, min: 0, }), |