diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |