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

feature/default_network_editable
Dan J Miller 7 years ago committed by Alexander Tseung
parent 41057a76c5
commit b72610fb53
  1. 1
      old-ui/app/account-detail.js
  2. 4
      old-ui/app/css/index.css

@ -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…
Cancel
Save