From 0c8c513e6658622ab8efd41d31698459cadc021a Mon Sep 17 00:00:00 2001 From: Fayorg Date: Thu, 9 May 2024 11:15:46 +0200 Subject: [PATCH] fix: layout issues on storage selection for postgres --- components/deploy/database/provider/postgres.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/deploy/database/provider/postgres.tsx b/components/deploy/database/provider/postgres.tsx index 41359b2..1e1d4f1 100644 --- a/components/deploy/database/provider/postgres.tsx +++ b/components/deploy/database/provider/postgres.tsx @@ -82,10 +82,11 @@ export function PostgresSpecsPage({ config, setConfig }: { config: IDatabaseConf ))} -
+
- -

{storage} GB

+

+ Storage: {storage} GB +