Minor bug fixes (#7357)
* PLT-7514 - Adjusting help text * PLT-7499 - Fixing word wrapping in delete modal * PLT-7523 - Fixing autocomplete in header modal
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
c4e32060be
Коммит
e089a88f18
@@ -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 {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user