increase wpt popup max width

This commit is contained in:
vcoppe
2024-10-02 17:03:59 +02:00
parent 1bd56b6505
commit fbf93ed6f9

View File

@@ -36,7 +36,7 @@
<div bind:this={popupElement} class="hidden">
{#if $currentPopupWaypoint}
<Card.Root class="border-none shadow-md text-base max-w-80 p-2">
<Card.Root class="border-none shadow-md text-base p-2 max-w-[50dvw]">
<Card.Header class="p-0">
<Card.Title class="text-md">
{#if $currentPopupWaypoint[0].link && $currentPopupWaypoint[0].link.attributes && $currentPopupWaypoint[0].link.attributes.href}