summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_notifications_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/channel_notifications_modal.jsx')
-rw-r--r--webapp/components/channel_notifications_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_notifications_modal.jsx b/webapp/components/channel_notifications_modal.jsx
index ff6e69f70..ff8ef94f7 100644
--- a/webapp/components/channel_notifications_modal.jsx
+++ b/webapp/components/channel_notifications_modal.jsx
@@ -382,7 +382,7 @@ export default class ChannelNotificationsModal extends React.Component {
return (
<Modal
show={this.state.show}
- dialogClassName='settings-modal'
+ dialogClassName='settings-modal settings-modal--tabless'
onHide={this.onHide}
onExited={this.props.onHide}
>