1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 18:19:56 +00:00

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

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>