From 850d2124c81ee81b98f23be1f49db13ca5e8aa27 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 19:26:52 -0700 Subject: Refactor account name css - mobile views --- ui/app/components/tx-view.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ui/app/components/tx-view.js') diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index 164684821..ed8f05e95 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -78,11 +78,8 @@ TxView.prototype.render = function () { }), ]), - h('span', { - style: { - fontSize: '1.2em', - marginLeft: '0.5em', // TODO: switch all units for this component to em - } + h('span.account-name', { + style: {} }, [ 'Account 1' ]), -- cgit