Fix margin styling for name and address in account detail section. (#2790)

This commit is contained in:
Dan J Miller 2018-01-11 22:46:41 -03:30 committed by Alexander Tseung
parent 41057a76c5
commit b72610fb53
2 changed files with 4 additions and 3 deletions

View File

@ -162,6 +162,7 @@ AccountDetailScreen.prototype.render = function () {
textRendering: 'geometricPrecision',
marginTop: '15px',
marginBottom: '15px',
marginLeft: '15px',
color: '#AEAEAE',
},
}, checksumAddress),

View File

@ -442,10 +442,10 @@ input.large-input {
flex-wrap: wrap;
overflow-y: auto;
flex-direction: inherit;
}
.name-label {
margin-left: 15px;
}
.account-detail-section .name-label {
margin-left: 15px;
}
.grow-tenx {