Make telegraph database input in source form full width
Don’t need to make space for the role dropdown any longerpull/2399/head
parent
f8920cf39b
commit
17fdcc6686
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue