aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/currency-display.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-06-19 08:38:17 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-06-21 02:45:22 +0800
commit312307365981d032091e909b3194c4e20cd55e17 (patch)
treec7c2bd4e27af77405967ea243238a7666689f18c /ui/app/components/send/currency-display.js
parent1f6f4977deb19543e4a4bd22d3f5126db931c4a2 (diff)
downloadtangerine-wallet-browser-312307365981d032091e909b3194c4e20cd55e17.tar.gz
tangerine-wallet-browser-312307365981d032091e909b3194c4e20cd55e17.tar.zst
tangerine-wallet-browser-312307365981d032091e909b3194c4e20cd55e17.zip
Scroll large amounts in the send component
Diffstat (limited to 'ui/app/components/send/currency-display.js')
-rw-r--r--ui/app/components/send/currency-display.js2
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 e410bc070..9c8ce0044 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: {
- width: this.getInputWidth(valueToRender, readOnly),
+ minWidth: this.getInputWidth(valueToRender, readOnly),
},
min: 0,
}),