padding change
This commit is contained in:
parent
1841aa9cba
commit
1bcc10575a
@ -55,7 +55,7 @@ async function submitRecipe() {
|
||||
<tbody id="ingredient-table" class="w-full border-t px-4 py-2 border-white/10">
|
||||
<tr id="ingredient-input" class="">
|
||||
<td class="px-2 py-1">
|
||||
<input id="ing-qty" class="w-full h-9 bg-white/10 rounded-lg px-2 py-2" type="text" placeholder="Qty">
|
||||
<input id="ing-qty" class="w-full h-9 my-1 bg-white/10 rounded-lg px-2 py-2" type="text" placeholder="Qty">
|
||||
</td>
|
||||
<td class="px-2 py-1">
|
||||
<input id="ing-unit" class="w-full h-9 bg-white/10 rounded-lg px-2 py-2" type="text" placeholder="Unit">
|
||||
|
Loading…
x
Reference in New Issue
Block a user