From 403d9c52b506e31fa31b385b61fd167f81b5ff88 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 18:06:23 -0700 Subject: Add fine css tweaks to hero balance - laptop --- ui/app/components/tx-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components') diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index 193abe8dc..164684821 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -104,7 +104,7 @@ TxView.prototype.render = function () { // laptop: 5vw? // phone: 50vw? - h('div.hero-balance-display', {}, [ + h('div.flex-column.hero-balance-display', {}, [ h('div.token-amount', { style: {} }, '1001.124 ETH'), -- cgit