aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-07-30 08:38:29 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-07-30 08:38:29 +0800
commit2a5f2c7f4041006daf5bda4d51117b4fe9544e98 (patch)
treee47d217d6bb93ce9c52a394d601f30d840d0696c /ui/app/components
parentc0483fc230ec1893f15c6f8994f63e318474846e (diff)
downloadtangerine-wallet-browser-2a5f2c7f4041006daf5bda4d51117b4fe9544e98.tar.gz
tangerine-wallet-browser-2a5f2c7f4041006daf5bda4d51117b4fe9544e98.tar.zst
tangerine-wallet-browser-2a5f2c7f4041006daf5bda4d51117b4fe9544e98.zip
Add responsive container; add send token copy
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/ens-input.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/ens-input.js b/ui/app/components/ens-input.js
index 3a33ebf74..93c07599d 100644
--- a/ui/app/components/ens-input.js
+++ b/ui/app/components/ens-input.js
@@ -44,6 +44,13 @@ EnsInput.prototype.render = function () {
return h('div', {
style: { width: '100%' },
}, [
+ h('span', {
+ style: {
+ textAlign: 'left',
+ }
+ }, [
+ 'To:'
+ ]),
h('input.large-input', opts),
// The address book functionality.
h('datalist#addresses',