summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage/add_outgoing_webhook.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-06 23:19:55 +0500
committerCorey Hulen <corey@hulen.com>2016-04-06 11:19:55 -0700
commit32bc97f8559a3a1b9c9237dbb3640f9eac6daf98 (patch)
treeadf733dc5c6587bdab799de0d0eb125f55885036 /webapp/components/backstage/add_outgoing_webhook.jsx
parent20274fe476b2bd547031c6fe86819c38dfee9050 (diff)
downloadchat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.tar.gz
chat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.tar.bz2
chat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.zip
Multiple UI Improvements
* Multiple UI Improvements * Adding app_body behind missing classes
Diffstat (limited to 'webapp/components/backstage/add_outgoing_webhook.jsx')
-rw-r--r--webapp/components/backstage/add_outgoing_webhook.jsx20
1 files changed, 10 insertions, 10 deletions
diff --git a/webapp/components/backstage/add_outgoing_webhook.jsx b/webapp/components/backstage/add_outgoing_webhook.jsx
index ef57c6d05..9d1f79e5d 100644
--- a/webapp/components/backstage/add_outgoing_webhook.jsx
+++ b/webapp/components/backstage/add_outgoing_webhook.jsx
@@ -146,7 +146,7 @@ export default class AddOutgoingWebhook extends React.Component {
<form className='form-horizontal'>
<div className='form-group'>
<label
- className='control-label col-sm-3'
+ className='control-label col-sm-4'
htmlFor='displayName'
>
<FormattedMessage
@@ -154,7 +154,7 @@ export default class AddOutgoingWebhook extends React.Component {
defaultMessage='Display Name'
/>
</label>
- <div className='col-md-5 col-sm-9'>
+ <div className='col-md-5 col-sm-8'>
<input
id='displayName'
type='text'
@@ -167,7 +167,7 @@ export default class AddOutgoingWebhook extends React.Component {
</div>
<div className='form-group'>
<label
- className='control-label col-sm-3'
+ className='control-label col-sm-4'
htmlFor='description'
>
<FormattedMessage
@@ -175,7 +175,7 @@ export default class AddOutgoingWebhook extends React.Component {
defaultMessage='Description'
/>
</label>
- <div className='col-md-5 col-sm-9'>
+ <div className='col-md-5 col-sm-8'>
<input
id='description'
type='text'
@@ -188,7 +188,7 @@ export default class AddOutgoingWebhook extends React.Component {
</div>
<div className='form-group'>
<label
- className='control-label col-sm-3'
+ className='control-label col-sm-4'
htmlFor='channelId'
>
<FormattedMessage
@@ -196,7 +196,7 @@ export default class AddOutgoingWebhook extends React.Component {
defaultMessage='Channel'
/>
</label>
- <div className='col-md-5 col-sm-9'>
+ <div className='col-md-5 col-sm-8'>
<ChannelSelect
id='channelId'
value={this.state.channelId}
@@ -206,7 +206,7 @@ export default class AddOutgoingWebhook extends React.Component {
</div>
<div className='form-group'>
<label
- className='control-label col-sm-3'
+ className='control-label col-sm-4'
htmlFor='triggerWords'
>
<FormattedMessage
@@ -214,7 +214,7 @@ export default class AddOutgoingWebhook extends React.Component {
defaultMessage='Trigger Words (One Per Line)'
/>
</label>
- <div className='col-md-5 col-sm-9'>
+ <div className='col-md-5 col-sm-8'>
<textarea
id='triggerWords'
rows='3'
@@ -227,7 +227,7 @@ export default class AddOutgoingWebhook extends React.Component {
</div>
<div className='form-group'>
<label
- className='control-label col-sm-3'
+ className='control-label col-sm-4'
htmlFor='callbackUrls'
>
<FormattedMessage
@@ -235,7 +235,7 @@ export default class AddOutgoingWebhook extends React.Component {
defaultMessage='Callback URLs (One Per Line)'
/>
</label>
- <div className='col-md-5 col-sm-9'>
+ <div className='col-md-5 col-sm-8'>
<textarea
id='callbackUrls'
rows='3'