mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
wish height issue on detail view
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
e0b2613dbe
commit
f7229b2397
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const handleDeleteItem = async (item: WishlistItemType): Promise<void> => {
|
||||||
<IconSpinner class="h-4 w-4" />
|
<IconSpinner class="h-4 w-4" />
|
||||||
<span> {{ t('common.loading.text') }} </span>
|
<span> {{ t('common.loading.text') }} </span>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="state !== undefined">
|
<div v-else-if="state !== undefined" class="h-full">
|
||||||
<div
|
<div
|
||||||
class="flex flex-col items-center space-x-0 space-y-2 md:flex-row md:space-x-6 md:space-y-0"
|
class="flex flex-col items-center space-x-0 space-y-2 md:flex-row md:space-x-6 md:space-y-0"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue