* PLT-7514 - Adjusting help text

* PLT-7499 - Fixing word wrapping in delete modal

* PLT-7523 - Fixing autocomplete in header modal
Этот коммит содержится в:
Asaad Mahmood
2017-09-05 22:43:14 +05:00
коммит произвёл Harrison Healey
родитель c4e32060be
Коммит e089a88f18
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -168,8 +168,8 @@ class EditChannelHeaderModal extends React.Component {
{headerTitle} {headerTitle}
</Modal.Title> </Modal.Title>
</Modal.Header> </Modal.Header>
<Modal.Body> <Modal.Body bsClass='modal-body edit-modal-body'>
<div className='edit-modal-body'> <div>
<p> <p>
<FormattedMessage <FormattedMessage
id='edit_channel_header_modal.description' id='edit_channel_header_modal.description'

Просмотреть файл

@@ -1066,7 +1066,7 @@ export default class SecurityTab extends React.Component {
/> />
), ),
confirmMessage: ( confirmMessage: (
<div className='alert alert-danger word-break--all'> <div className='alert alert-danger'>
<FormattedHTMLMessage <FormattedHTMLMessage
id='user.settings.tokens.confirmDeleteMessage' 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?' 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?'

Просмотреть файл

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

Просмотреть файл

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