aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-10 11:58:33 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-13 00:38:51 +0800
commit7d8bf31e826e168d8995ca9e71714969b9498d3b (patch)
treef4cec4d0af703d2d24d7d0969e83234cea0d7008 /ui/app/components
parent1987296af0aec096dfbb1622505d54aa8e56ad01 (diff)
downloadtangerine-wallet-browser-7d8bf31e826e168d8995ca9e71714969b9498d3b.tar.gz
tangerine-wallet-browser-7d8bf31e826e168d8995ca9e71714969b9498d3b.tar.zst
tangerine-wallet-browser-7d8bf31e826e168d8995ca9e71714969b9498d3b.zip
Fix edit text
and edit label alighment
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/editable-label.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/editable-label.js b/ui/app/components/editable-label.js
index c35f3261c..cdd0c4c10 100644
--- a/ui/app/components/editable-label.js
+++ b/ui/app/components/editable-label.js
@@ -30,7 +30,7 @@ EditableLabel.prototype.render = function() {
])
} else {
- return h('div', {
+ return h('div.name-label', {
onClick:(event) => {
this.setState({ isEditingLabel: true })
},