mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-08 02:53:31 -04:00
fix: Adjust ingredient section spacing (#7580)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user