diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-10-12 06:59:55 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-10-12 06:59:55 +0800 |
commit | 1dc2612f8e03fb26810784e71c0ce075534d585e (patch) | |
tree | 9e8fac880fca34ec14e5c44ab843345846d0f3a5 /ui/app/accounts | |
parent | 06910025ff41227cc7c9e1714b1abc09f94c338f (diff) | |
download | tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.gz tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.bz2 tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.lz tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.xz tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.tar.zst tangerine-wallet-browser-1dc2612f8e03fb26810784e71c0ce075534d585e.zip |
Remove flex class from account list container
Diffstat (limited to 'ui/app/accounts')
-rw-r--r-- | ui/app/accounts/index.js | 2 |
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', |