From 2f874b254161b0677891ed34a4be3e664d32cdf4 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Tue, 23 Jan 2024 17:04:11 +0100 Subject: [PATCH] Grow file card to match lane width --- gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte b/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte index 964fd8580..849ec5646 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte @@ -263,6 +263,7 @@ display: flex; flex-direction: column; max-height: 100%; + flex-grow: 1; } .hunks { display: flex;