Add form-control to list newitem

This commit is contained in:
Tim Krehan 2019-05-26 17:27:47 +00:00
parent fae3c0a9f9
commit 950a6ac8be

View file

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