mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix margin styling for name and address in account detail section. (#2790)
This commit is contained in:
parent
41057a76c5
commit
b72610fb53
@ -162,6 +162,7 @@ AccountDetailScreen.prototype.render = function () {
|
|||||||
textRendering: 'geometricPrecision',
|
textRendering: 'geometricPrecision',
|
||||||
marginTop: '15px',
|
marginTop: '15px',
|
||||||
marginBottom: '15px',
|
marginBottom: '15px',
|
||||||
|
marginLeft: '15px',
|
||||||
color: '#AEAEAE',
|
color: '#AEAEAE',
|
||||||
},
|
},
|
||||||
}, checksumAddress),
|
}, checksumAddress),
|
||||||
|
@ -442,10 +442,10 @@ input.large-input {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex-direction: inherit;
|
flex-direction: inherit;
|
||||||
|
|
||||||
.name-label {
|
|
||||||
margin-left: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account-detail-section .name-label {
|
||||||
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grow-tenx {
|
.grow-tenx {
|
||||||
|
Loading…
Reference in New Issue
Block a user