|
@@ -40,7 +40,7 @@ class SlackNotification extends React.Component {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="grw-slack-notification w-100">
|
|
<div className="grw-slack-notification w-100">
|
|
|
- <div Style="height: 24px" className="input-group extended-setting">
|
|
|
|
|
|
|
+ <div className="grw-navbar-bottom-slack input-group extended-setting">
|
|
|
<label className="input-group-addon">
|
|
<label className="input-group-addon">
|
|
|
<div className="custom-control custom-switch custom-switch-lg custom-switch-slack">
|
|
<div className="custom-control custom-switch custom-switch-lg custom-switch-slack">
|
|
|
<input
|
|
<input
|
|
@@ -55,8 +55,7 @@ class SlackNotification extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
</label>
|
|
</label>
|
|
|
<input
|
|
<input
|
|
|
- Style="height: 24px"
|
|
|
|
|
- className="form-control align-top"
|
|
|
|
|
|
|
+ className="grw-navbar-bottom-slack form-control align-top"
|
|
|
type="text"
|
|
type="text"
|
|
|
value={this.props.slackChannels}
|
|
value={this.props.slackChannels}
|
|
|
placeholder="Input channels"
|
|
placeholder="Input channels"
|