fix(calendar): remove hard max-w cap on location text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -472,7 +472,7 @@
|
|||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
{#if locText}
|
{#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" />
|
<Icon icon="mdi:map-marker-outline" class="size-3 shrink-0" aria-hidden="true" />
|
||||||
<span class="truncate">{locText}</span>
|
<span class="truncate">{locText}</span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user