aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-12 06:59:55 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-12 06:59:55 +0800
commit1dc2612f8e03fb26810784e71c0ce075534d585e (patch)
tree9e8fac880fca34ec14e5c44ab843345846d0f3a5 /ui/app
parent06910025ff41227cc7c9e1714b1abc09f94c338f (diff)
downloadtangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.gz
tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.zst
tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.zip
Remove flex class from account list container
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/accounts/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index 735526c60..7551c498e 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -54,7 +54,7 @@ AccountsScreen.prototype.render = function () {
h('hr.horizontal-line'),
// identity selection
- h('section.identity-section.flex-column', {
+ h('section.identity-section', {
style: {
height: '418px',
overflowY: 'auto',