aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/editable-label.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/editable-label.js')
-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 })
},