fix: alignment on wish reservation cancellation dialog
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user