mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
added margin to form-control
This commit is contained in:
parent
079a949dfe
commit
6cc7c7da5a
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue