aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-12-09 02:19:59 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-12-13 04:31:52 +0800
commit70557e0448a89f5d04be15b7f8152bd398273dbe (patch)
tree798d473942c3d925d1b9dcce9d8fbd3a59e30604 /old-ui/app/components
parent71d6403304ad25023efbfb96b00cd420e2d18628 (diff)
downloadtangerine-wallet-browser-70557e0448a89f5d04be15b7f8152bd398273dbe.tar.gz
tangerine-wallet-browser-70557e0448a89f5d04be15b7f8152bd398273dbe.tar.zst
tangerine-wallet-browser-70557e0448a89f5d04be15b7f8152bd398273dbe.zip
Flex account-data-subsection
Diffstat (limited to 'old-ui/app/components')
-rw-r--r--old-ui/app/components/account-dropdowns.js1
-rw-r--r--old-ui/app/components/editable-label.js1
2 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/account-dropdowns.js b/old-ui/app/components/account-dropdowns.js
index c0ebe3c60..a3908f45d 100644
--- a/old-ui/app/components/account-dropdowns.js
+++ b/old-ui/app/components/account-dropdowns.js
@@ -268,7 +268,6 @@ class AccountDropdowns extends Component {
'i.fa.fa-ellipsis-h',
{
style: {
- marginRight: '0.5em',
fontSize: '1.8em',
},
onClick: (event) => {
diff --git a/old-ui/app/components/editable-label.js b/old-ui/app/components/editable-label.js
index 8a5c8954f..88993d837 100644
--- a/old-ui/app/components/editable-label.js
+++ b/old-ui/app/components/editable-label.js
@@ -29,6 +29,7 @@ EditableLabel.prototype.render = function () {
])
} else {
return h('div.name-label', {
+ style: props.nameLabelStyle,
onClick: (event) => {
const nameAttribute = event.target.getAttribute('name')
// checks for class to handle smaller CTA above the account name