summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_modal.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-29 08:10:59 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-29 08:10:59 -0400
commit366557b101f318b69ad854349c2414783ce1c82a (patch)
tree4ea6caf1e890703b4bb4e727ebce0099dfc88327 /web/react/components/user_settings_modal.jsx
parenta8089fec3a1ece728408cbaf015d1ea1a33926fd (diff)
downloadchat-366557b101f318b69ad854349c2414783ce1c82a.tar.gz
chat-366557b101f318b69ad854349c2414783ce1c82a.tar.bz2
chat-366557b101f318b69ad854349c2414783ce1c82a.zip
rebase touch-ups
Diffstat (limited to 'web/react/components/user_settings_modal.jsx')
-rw-r--r--web/react/components/user_settings_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings_modal.jsx b/web/react/components/user_settings_modal.jsx
index ff001611d..1761e575a 100644
--- a/web/react/components/user_settings_modal.jsx
+++ b/web/react/components/user_settings_modal.jsx
@@ -50,7 +50,7 @@ module.exports = React.createClass({
updateTab={this.updateTab}
/>
</div>
- <div className="settings-content">
+ <div className="settings-content minimize-settings">
<UserSettings
activeTab={this.state.active_tab}
activeSection={this.state.active_section}