summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_members_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-30 21:40:55 +0500
committerenahum <nahumhbl@gmail.com>2016-12-30 13:40:55 -0300
commit7a14a05a9c1474a1e036f422c4904f83c313a763 (patch)
treeee1126df6b06bfeb6c922d2b433983d110b69b5e /webapp/components/channel_members_modal.jsx
parent3d15b3ec50a7476afb38b4305c24efa6fc80753a (diff)
downloadchat-7a14a05a9c1474a1e036f422c4904f83c313a763.tar.gz
chat-7a14a05a9c1474a1e036f422c4904f83c313a763.tar.bz2
chat-7a14a05a9c1474a1e036f422c4904f83c313a763.zip
Ui fixes (#4917)
* PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
Diffstat (limited to 'webapp/components/channel_members_modal.jsx')
-rw-r--r--webapp/components/channel_members_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_members_modal.jsx b/webapp/components/channel_members_modal.jsx
index 9f6a2a2eb..70547d409 100644
--- a/webapp/components/channel_members_modal.jsx
+++ b/webapp/components/channel_members_modal.jsx
@@ -168,7 +168,7 @@ export default class ChannelMembersModal extends React.Component {
return (
<div>
<Modal
- dialogClassName='more-modal'
+ dialogClassName='more-modal more-modal--action'
show={this.state.show}
onHide={this.onHide}
onExited={this.props.onModalDismissed}