From fb3a1b4e490397dcaece023d29d9d677bb413d87 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Tue, 28 Nov 2023 20:35:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20center=20align=20h1=20in?= =?UTF-8?q?=20.no-changes=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/src/routes/[projectId]/components/BranchCard.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ui/src/routes/[projectId]/components/BranchCard.svelte b/packages/ui/src/routes/[projectId]/components/BranchCard.svelte index de140b4c8..9dce494f8 100644 --- a/packages/ui/src/routes/[projectId]/components/BranchCard.svelte +++ b/packages/ui/src/routes/[projectId]/components/BranchCard.svelte @@ -443,6 +443,10 @@ text-align: center; } + .no-changes h1 { + text-align: center; + } + /* hunks drop zone */ :global(.lane-dz-active .lane-dz-marker) { @apply flex;