fix(calendar): remove hard max-w cap on location text
Deploy / verify (push) Successful in 52s
Deploy / deploy (push) Successful in 56s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-11 21:08:17 +02:00
parent 4dd17b7ac4
commit 7fa52bb629
@@ -472,7 +472,7 @@
</span>
{/if}
{#if locText}
<span class="inline-flex items-center gap-1 truncate max-w-[14rem]">
<span class="inline-flex items-center gap-1 min-w-0">
<Icon icon="mdi:map-marker-outline" class="size-3 shrink-0" aria-hidden="true" />
<span class="truncate">{locText}</span>
</span>