Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikstdl committed Oct 7, 2024
1 parent 9fc813c commit 209948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/common/Collapsible.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 209948a

Please sign in to comment.