Extended text field for stream url across entire width of dialog

This commit is contained in:
eb041592 2018-02-03 15:06:59 +01:00
parent 226e3b5999
commit 1b0484a285
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
<div class="modal-body">
<form role="form">
<div class="row">
<div class="form-group col-md-9">
<div class="form-group col-md-12">
<label class="control-label" for="streamurl">Stream URL</label>
<input type="text" class="form-control" id="streamurl" />
</div>