mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing padding issue
This commit is contained in:
@@ -255,7 +255,6 @@ class CustomThemeChooser extends React.Component {
|
||||
);
|
||||
|
||||
colors += theme[element.id] + ',';
|
||||
|
||||
} else if (element.group === 'sidebarElements') {
|
||||
sidebarElements.push(
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user