This commit is contained in:
Jannik Streidl 2024-10-07 21:15:10 +02:00
parent 9fc813cfa6
commit 209948af6f

View File

@ -12,8 +12,8 @@
<div class={className}>
{#if title !== null}
<button class="w-fit" on:click={() => (open = !open)}>
<div class=" w-fit font-medium transition flex items-center justify-between gap-2">
<button class="w-full" on:click={() => (open = !open)}>
<div class=" w-full font-medium transition flex items-center justify-between gap-2">
<div>
{title}
</div>