diff --git a/ElectronClient/app/gui/SideBar.jsx b/ElectronClient/app/gui/SideBar.jsx index a977e54ed2..863c051139 100644 --- a/ElectronClient/app/gui/SideBar.jsx +++ b/ElectronClient/app/gui/SideBar.jsx @@ -35,6 +35,7 @@ class SideBarComponent extends React.Component { alignItems: 'center', cursor: 'default', opacity: 0.8, + whiteSpace: 'nowrap', }, listItemSelected: { backgroundColor: theme.selectedColor2,