Electron: Fixed display of too long notebook titles

pull/165/head
Laurent Cozic 2018-01-09 19:34:06 +01:00
parent 0b93515711
commit ede3c2ce2f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class SideBarComponent extends React.Component {
alignItems: 'center',
cursor: 'default',
opacity: 0.8,
whiteSpace: 'nowrap',
},
listItemSelected: {
backgroundColor: theme.selectedColor2,