Skip to content
Snippets Groups Projects
Commit 2cac2a8c authored by KDSBrowne's avatar KDSBrowne
Browse files

remove css classes not being used

parent da464b37
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,6 @@ class PanelManager extends Component { ...@@ -88,7 +88,6 @@ class PanelManager extends Component {
minWidth={USERLIST_MIN_WIDTH_PX} minWidth={USERLIST_MIN_WIDTH_PX}
maxWidth={USERLIST_MAX_WIDTH_PX} maxWidth={USERLIST_MAX_WIDTH_PX}
ref={(node) => { this.resizableUserList = node; }} ref={(node) => { this.resizableUserList = node; }}
className={styles.resizableUserList}
enable={resizableEnableOptions} enable={resizableEnableOptions}
key={this.userlistKey} key={this.userlistKey}
size={{ width: userlistWidth }} size={{ width: userlistWidth }}
...@@ -136,7 +135,6 @@ class PanelManager extends Component { ...@@ -136,7 +135,6 @@ class PanelManager extends Component {
minWidth={CHAT_MIN_WIDTH} minWidth={CHAT_MIN_WIDTH}
maxWidth={CHAT_MAX_WIDTH} maxWidth={CHAT_MAX_WIDTH}
ref={(node) => { this.resizableChat = node; }} ref={(node) => { this.resizableChat = node; }}
className={styles.resizableChat}
enable={resizableEnableOptions} enable={resizableEnableOptions}
key={this.chatKey} key={this.chatKey}
size={{ width: chatWidth }} size={{ width: chatWidth }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment