1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Electron: Fixed display of too long notebook titles

This commit is contained in:
Laurent Cozic
2018-01-09 19:34:06 +01:00
parent 0b93515711
commit ede3c2ce2f

View File

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