fix ingredient note being larger than the rest of the text-fields

This commit is contained in:
Kuchenpirat 2025-06-03 13:01:06 +00:00
commit 95f63b620e

View file

@ -132,6 +132,7 @@
density="compact" density="compact"
variant="solo" variant="solo"
:placeholder="$t('recipe.notes')" :placeholder="$t('recipe.notes')"
class="mb-auto"
@click="$emit('clickIngredientField', 'note')" @click="$emit('clickIngredientField', 'note')"
> >
<template #prepend> <template #prepend>