summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/edit_channel_header_modal.jsx4
-rw-r--r--webapp/components/user_settings/user_settings_security/user_settings_security.jsx2
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/edit_channel_header_modal.jsx b/webapp/components/edit_channel_header_modal.jsx
index b993fb93c..36ea06fce 100644
--- a/webapp/components/edit_channel_header_modal.jsx
+++ b/webapp/components/edit_channel_header_modal.jsx
@@ -168,8 +168,8 @@ class EditChannelHeaderModal extends React.Component {
{headerTitle}
</Modal.Title>
</Modal.Header>
- <Modal.Body>
- <div className='edit-modal-body'>
+ <Modal.Body bsClass='modal-body edit-modal-body'>
+ <div>
<p>
<FormattedMessage
id='edit_channel_header_modal.description'
diff --git a/webapp/components/user_settings/user_settings_security/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security/user_settings_security.jsx
index ff4eb7ecb..cbf3814bd 100644
--- a/webapp/components/user_settings/user_settings_security/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security/user_settings_security.jsx
@@ -1066,7 +1066,7 @@ export default class SecurityTab extends React.Component {
/>
),
confirmMessage: (
- <div className='alert alert-danger word-break--all'>
+ <div className='alert alert-danger'>
<FormattedHTMLMessage
id='user.settings.tokens.confirmDeleteMessage'
defaultMessage='Any integrations using this token will no longer be able to access the Mattermost API. You cannot undo this action. <br /><br />Are you sure want to delete the {description} token?'