From 9c83d1d66f2da9adaa79a9dca69c3c4622372236 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 15:53:28 +0100 Subject: [PATCH 1/2] fix: ul wrapping li, centering stuff --- .../wizards/functions/components/repositories.svelte | 12 ++++++------ .../console/organization-[organization]/+page.svelte | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/wizards/functions/components/repositories.svelte b/src/lib/wizards/functions/components/repositories.svelte index ee2dfdfe0a..f4f76872d8 100644 --- a/src/lib/wizards/functions/components/repositories.svelte +++ b/src/lib/wizards/functions/components/repositories.svelte @@ -87,13 +87,13 @@ ]} value={null} /> -
+
+ {:then installations}
-
+
    -
-
+ +
    -
+
{/await}

diff --git a/src/routes/console/organization-[organization]/+page.svelte b/src/routes/console/organization-[organization]/+page.svelte index 337589afcd..0cc3ff1af2 100644 --- a/src/routes/console/organization-[organization]/+page.svelte +++ b/src/routes/console/organization-[organization]/+page.svelte @@ -200,7 +200,7 @@ {#if isCloud && regions} {@const region = findRegion(project)} - + {region?.name} {/if} From 5c87a9a286197e4fd8214038e9a9eff97b04f486 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 16:15:40 +0100 Subject: [PATCH 2/2] fix: modal height --- src/lib/components/fakeModal.svelte | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/lib/components/fakeModal.svelte b/src/lib/components/fakeModal.svelte index 34dc2ea6bb..4daec94095 100644 --- a/src/lib/components/fakeModal.svelte +++ b/src/lib/components/fakeModal.svelte @@ -67,11 +67,11 @@ on:click={handleBLur} bind:this={backdrop}>