mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed overwritten CSS class in the sidebar
This commit is contained in:
@@ -474,7 +474,7 @@ export default class Sidebar extends React.Component {
|
||||
</OverlayTrigger>
|
||||
);
|
||||
|
||||
rowClass = ' has-close';
|
||||
rowClass += ' has-close';
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user