fix: alignment on wish reservation cancellation dialog

This commit is contained in:
2025-12-14 20:31:10 +01:00
parent 2b74c11884
commit 8af491d823

View File

@@ -29,7 +29,7 @@
</script> </script>
{#if isReserved} {#if isReserved}
<div class="flex flex-col items-end gap-2"> <div class="flex flex-col items-start gap-2">
<div class="text-sm text-green-600 font-medium"> <div class="text-sm text-green-600 font-medium">
✓ Reserved ✓ Reserved
{#if reserverName} {#if reserverName}
@@ -38,7 +38,7 @@
</div> </div>
{#if canCancel()} {#if canCancel()}
{#if showCancelConfirmation} {#if showCancelConfirmation}
<div class="flex flex-col gap-2 items-end"> <div class="flex flex-col gap-2 items-start">
<p class="text-sm text-muted-foreground"> <p class="text-sm text-muted-foreground">
Cancel this reservation? Cancel this reservation?
</p> </p>