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',
|
||||
marginTop: '15px',
|
||||
marginBottom: '15px',
|
||||
marginLeft: '15px',
|
||||
color: '#AEAEAE',
|
||||
},
|
||||
}, checksumAddress),
|
||||
|
@ -442,10 +442,10 @@ input.large-input {
|
||||
flex-wrap: wrap;
|
||||
overflow-y: auto;
|
||||
flex-direction: inherit;
|
||||
}
|
||||
|
||||
.name-label {
|
||||
.account-detail-section .name-label {
|
||||
margin-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.grow-tenx {
|
||||
|
Loading…
Reference in New Issue
Block a user