mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove flex class from account list container
This commit is contained in:
parent
06910025ff
commit
1dc2612f8e
@ -54,7 +54,7 @@ AccountsScreen.prototype.render = function () {
|
|||||||
h('hr.horizontal-line'),
|
h('hr.horizontal-line'),
|
||||||
|
|
||||||
// identity selection
|
// identity selection
|
||||||
h('section.identity-section.flex-column', {
|
h('section.identity-section', {
|
||||||
style: {
|
style: {
|
||||||
height: '418px',
|
height: '418px',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user