added margin to form-control

This commit is contained in:
Tim Krehan 2019-05-26 19:43:27 +02:00
parent 079a949dfe
commit 6cc7c7da5a

View file

@ -55,8 +55,8 @@
<div class="input-group mb-3 mt-3" data-id='new'> <div class="input-group mb-3 mt-3" data-id='new'>
<div class="input-group-prepend col-3 p-0"> <div class="input-group-prepend col-3 p-0">
<input type='number' name='anzahl' value='1' class='form-control w-50'> <input type='number' name='anzahl' value='1' class='form-control w-50 mr-1'>
<select class="form-control w-50" name="einheit"> <select class="form-control w-50 mr-1" name="einheit">
<?php <?php
foreach ($units->list as $index => $unit) { foreach ($units->list as $index => $unit) {
if ($unit->Standard) { if ($unit->Standard) {