Minor bug fixes (#7357)

* PLT-7514 - Adjusting help text

* PLT-7499 - Fixing word wrapping in delete modal

* PLT-7523 - Fixing autocomplete in header modal
This commit is contained in:
Asaad Mahmood
2017-09-05 22:43:14 +05:00
committed by Harrison Healey
parent c4e32060be
commit e089a88f18
4 changed files with 7 additions and 7 deletions

View File

@@ -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'

View File

@@ -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?'

View File

@@ -54,10 +54,6 @@
}
}
.help__format-text {
display: none;
}
.inner-wrap {
&.move--left,
&.webrtc--show {

View File

@@ -8,6 +8,10 @@
}
}
.help__format-text {
display: none;
}
.post-right__scroll {
.post-create__container {
.post-create-body {