diff options
author | Frankie <frankie.diamond@gmail.com> | 2016-10-12 07:19:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 07:19:13 +0800 |
commit | 229d95956bc36ec413533df00389f8c5127e050b (patch) | |
tree | b97f0021958fbcf8ed93ac9c44e3d24eaf50f4e4 /ui/app/accounts | |
parent | 97970e803d55fc8a578a3a9e6d6f3ab19c332b4b (diff) | |
parent | d67a5031c7f2b4cd14d3d27f3769a31769012f54 (diff) | |
download | tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar.gz tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar.bz2 tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar.lz tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar.xz tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.tar.zst tangerine-wallet-browser-229d95956bc36ec413533df00389f8c5127e050b.zip |
Merge branch 'master' into i#495CustomGasField
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', |