mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Improving UI for slash commands
This commit is contained in:
@@ -257,7 +257,7 @@ export default class ManageCommandCmds extends React.Component {
|
||||
let triggerDiv;
|
||||
if (cmd.trigger && cmd.trigger.length !== 0) {
|
||||
triggerDiv = (
|
||||
<div className='padding-top'>
|
||||
<div className='padding-top x2'>
|
||||
<strong>
|
||||
<FormattedMessage
|
||||
id='user.settings.cmds.trigger'
|
||||
@@ -371,7 +371,7 @@ export default class ManageCommandCmds extends React.Component {
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
className='webcmd__remove'
|
||||
className='webhook__remove webcmd__remove'
|
||||
href='#'
|
||||
onClick={this.removeCmd.bind(this, cmd.id)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user