fix: Make Ingredient Parser Dialog Use Full Space (#6253)

This commit is contained in:
Michael Genson
2025-09-26 11:45:41 -05:00
committed by GitHub
parent 187e83eeb5
commit a722b05fb5

View File

@@ -6,7 +6,7 @@
disable-submit-on-enter
@update:model-value="emit('update:modelValue', $event)"
>
<v-container class="pa-2 ma-0" style="background-color: rgb(var(--v-theme-background));">
<v-container fluid class="pa-2 ma-0" style="background-color: rgb(var(--v-theme-background));">
<div v-if="state.loading.parser" class="my-6">
<AppLoader waiting-text="" class="my-6" />
</div>