fix input fields spacing issues

Signed-off-by: Th3M3 <the_me@outlook.de>
This commit is contained in:
TheME
2020-02-17 19:48:20 +01:00
committed by Th3M3
parent 3dc9290d77
commit ff5e4eec86
5 changed files with 20 additions and 18 deletions

View File

@@ -26,12 +26,12 @@
<!-- /.box-header -->
<div class="box-body">
<div class="row">
<div class="col-md-6">
<label for="ex1">Address:</label>
<div class="form-group col-md-6">
<label for="new_address">Address:</label>
<input id="new_address" type="text" class="form-control" placeholder="http://..., https://..., file://...">
</div>
<div class="col-md-6">
<label for="ex2">Comment:</label>
<div class="form-group col-md-6">
<label for="new_comment">Comment:</label>
<input id="new_comment" type="text" class="form-control" placeholder="Adlist description (optional)">
</div>
</div>