fix: Adjust ingredient section spacing (#7580)

This commit is contained in:
Michael Genson
2026-05-06 11:57:27 -05:00
committed by GitHub
parent 985b656d3f
commit 294238f183

View File

@@ -19,11 +19,11 @@
>
<h3
v-if="showTitleEditor[index]"
class="mt-2"
class="mt-4 mb-0"
>
{{ ingredient.title }}
</h3>
<v-divider v-if="showTitleEditor[index]" />
<v-divider v-if="showTitleEditor[index]" class="my-2" />
<v-list-item
density="compact"
class="pa-0"