Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Aug 13, 2016
1 parent c1198e8 commit 8539355
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ const styles = {
backgroundColor: '#353B46',
fontFamily: 'monaco, Consolas, Lucida Console, monospace',
minWidth: '300px',
minHeight: '27px',
maxHeight: '27px',
minHeight: '30px',
fontSize: '13px',
overflow: 'hidden'
},
button: {
cursor: 'pointer',
fontWeight: 'bold',
borderRadius: 3,
padding: '2px 8px',
padding: '0 8px',
margin: 'auto 2px',
flexGrow: 1,
display: 'inline-block',
Expand Down

0 comments on commit 8539355

Please sign in to comment.