Merge pull request #383 from MetaMask/i377

Put network status checkmarks at end of row
feature/default_network_editable
Dan Finlay 9 years ago committed by GitHub
commit f9d646f791
  1. 2
      ui/app/components/drop-menu-item.js
  2. 3
      ui/app/css/index.css

@ -21,6 +21,8 @@ DropMenuItem.prototype.render = function () {
fontFamily: 'Montserrat Regular',
color: 'rgb(125, 128, 130)',
cursor: 'pointer',
display: 'flex',
justifyContent: 'flex-start',
},
}, [
this.props.icon,

@ -158,6 +158,9 @@ textarea.twelve-word-phrase {
.check {
color: #F7861C;
flex: 1 0 auto;
display: flex;
justify-content: flex-end;
}
/*
app sections

Loading…
Cancel
Save