mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix ingredients editor title textfield visuals
This commit is contained in:
parent
af24ed8248
commit
f90d1bc156
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
v-if="modelValue.title || showTitle"
|
v-if="modelValue.title || showTitle"
|
||||||
v-model="modelValue.title"
|
v-model="modelValue.title"
|
||||||
density="compact"
|
density="compact"
|
||||||
|
variant="underlined"
|
||||||
hide-details
|
hide-details
|
||||||
class="mx-1 mt-3 mb-4"
|
class="mx-1 mt-3 mb-4"
|
||||||
:placeholder="$t('recipe.section-title')"
|
:placeholder="$t('recipe.section-title')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue