mirror of https://github.com/laurent22/joplin.git
Electron: Fixed display of too long notebook titles
parent
0b93515711
commit
ede3c2ce2f
|
@ -35,6 +35,7 @@ class SideBarComponent extends React.Component {
|
|||
alignItems: 'center',
|
||||
cursor: 'default',
|
||||
opacity: 0.8,
|
||||
whiteSpace: 'nowrap',
|
||||
},
|
||||
listItemSelected: {
|
||||
backgroundColor: theme.selectedColor2,
|
||||
|
|
Loading…
Reference in New Issue