Skip to content

Commit 2a47404

Browse files
authored
fix(tree-view): nested folder children not stretching to full width (#360)
1 parent f1e465c commit 2a47404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/ui/tree-view/tree-view-folder.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Collapsible.Content class="mx-2 border-l">
2929
<div class="relative flex place-items-start">
3030
<div class="bg-border mx-2 h-full w-px"></div>
31-
<div class="flex flex-col">
31+
<div class="flex flex-1 flex-col">
3232
{@render children?.()}
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)