1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix SELECT TYPE dropdown changing sizes based on error message (#2359)

This commit is contained in:
Alexander Tseung 2017-10-13 16:23:50 -04:00 committed by Daniel Tsui
parent 222a203353
commit 6defb880fb

View File

@ -34,8 +34,9 @@ AccountImportSubview.prototype.render = function () {
const { type } = state
return (
h('div', {
h('div.flex-center', {
style: {
flexDirection: 'column',
},
}, [
h('.section-title.flex-row.flex-center', [
@ -48,7 +49,8 @@ AccountImportSubview.prototype.render = function () {
]),
h('div', {
style: {
padding: '10px',
padding: '10px 0',
width: '260px',
color: 'rgb(174, 174, 174)',
},
}, [