From 2cac2a8c8f7cbc957d3e4ee54fbcfcf72b5c9b5d Mon Sep 17 00:00:00 2001
From: KDSBrowne <kert.browne85@gmail.com>
Date: Thu, 20 Dec 2018 03:31:52 +0000
Subject: [PATCH] remove css classes not being used

---
 .../imports/ui/components/panel-manager/component.jsx           | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bigbluebutton-html5/imports/ui/components/panel-manager/component.jsx b/bigbluebutton-html5/imports/ui/components/panel-manager/component.jsx
index e035f0404a..f33368bc7a 100644
--- a/bigbluebutton-html5/imports/ui/components/panel-manager/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/panel-manager/component.jsx
@@ -88,7 +88,6 @@ class PanelManager extends Component {
         minWidth={USERLIST_MIN_WIDTH_PX}
         maxWidth={USERLIST_MAX_WIDTH_PX}
         ref={(node) => { this.resizableUserList = node; }}
-        className={styles.resizableUserList}
         enable={resizableEnableOptions}
         key={this.userlistKey}
         size={{ width: userlistWidth }}
@@ -136,7 +135,6 @@ class PanelManager extends Component {
         minWidth={CHAT_MIN_WIDTH}
         maxWidth={CHAT_MAX_WIDTH}
         ref={(node) => { this.resizableChat = node; }}
-        className={styles.resizableChat}
         enable={resizableEnableOptions}
         key={this.chatKey}
         size={{ width: chatWidth }}
-- 
GitLab