mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-08 19:13:32 -04:00
fix: Adjust ingredient section spacing (#7580)
This commit is contained in:
@@ -19,11 +19,11 @@
|
|||||||
>
|
>
|
||||||
<h3
|
<h3
|
||||||
v-if="showTitleEditor[index]"
|
v-if="showTitleEditor[index]"
|
||||||
class="mt-2"
|
class="mt-4 mb-0"
|
||||||
>
|
>
|
||||||
{{ ingredient.title }}
|
{{ ingredient.title }}
|
||||||
</h3>
|
</h3>
|
||||||
<v-divider v-if="showTitleEditor[index]" />
|
<v-divider v-if="showTitleEditor[index]" class="my-2" />
|
||||||
<v-list-item
|
<v-list-item
|
||||||
density="compact"
|
density="compact"
|
||||||
class="pa-0"
|
class="pa-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user