Make telegraph database input in source form full width

Don’t need to make space for the role dropdown any longer
pull/2399/head
Alex P 2017-12-01 16:26:47 -08:00
parent f8920cf39b
commit 17fdcc6686
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const SourceForm = ({
/>
</div>
: null}
<div className={`form-group col-xs-12 ${isUsingAuth ? 'col-sm-6' : ''}`}>
<div className="form-group col-xs-12">
<label htmlFor="telegraf">Telegraf Database</label>
<input
type="text"