Skip to content

Commit

Permalink
fix(name): ensure that name does not wrap and overflow is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
copios committed Jan 24, 2019
1 parent 8f2e781 commit a8515ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/renderer/styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export default (theme) => ({
},

cardName: {
whiteSpace: 'nowrap',
overflow: 'hidden',
flexGrow: 1,
marginLeft: theme.spacing.unit * 3,
},
Expand Down

0 comments on commit a8515ff

Please sign in to comment.