Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-15724 - Fixing minor bug with system console LHS header #2906

Merged
merged 1 commit into from
Jun 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MM-15724 - Fixing bug with system console LHS
  • Loading branch information
asaadmahmood committed Jun 3, 2019
commit 415359f8c068ad6c715f6dbb021b7ad7f484e5a8
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class SidebarHeader extends React.Component {
defaultMessage='System Console'
/>
</div>
<div className='user__name overflow--ellipsis'>{'@' + me.username}</div>
<div className='user__name overflow--ellipsis whitespace--nowrap'>{'@' + me.username}</div>
</div>
<MenuIcon className='menu-icon'/>
</div>
Expand Down