mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
fixed ingredient note field to high
This commit is contained in:
@@ -506,7 +506,6 @@
|
|||||||
<input
|
<input
|
||||||
class="form-control"
|
class="form-control"
|
||||||
maxlength="256"
|
maxlength="256"
|
||||||
style="height: 100%;"
|
|
||||||
v-model="ingredient.note"
|
v-model="ingredient.note"
|
||||||
v-bind:placeholder="$t('Note')"
|
v-bind:placeholder="$t('Note')"
|
||||||
v-on:keydown.tab="
|
v-on:keydown.tab="
|
||||||
|
|||||||
Reference in New Issue
Block a user