Merge pull request #383 from MetaMask/i377

Put network status checkmarks at end of row
This commit is contained in:
Dan Finlay 2016-07-01 15:14:30 -07:00 committed by GitHub
commit f9d646f791
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

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