From 513b17105e93f60db604eb9a4955bf5bac444ea9 Mon Sep 17 00:00:00 2001 From: Pierre B Date: Wed, 1 Jan 2025 15:47:47 +0100 Subject: [PATCH] style: environment style improvement --- .../application/environment/show.tsx | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/environment/show.tsx b/apps/dokploy/components/dashboard/application/environment/show.tsx index ec555804..97046452 100644 --- a/apps/dokploy/components/dashboard/application/environment/show.tsx +++ b/apps/dokploy/components/dashboard/application/environment/show.tsx @@ -55,13 +55,13 @@ export const ShowEnvironment = ({ applicationId }: Props) => { }); }; - return ( -
- - + return ( + + + { placeholder="NPM_TOKEN=xyz" /> )} - -
- -
-
-
- - - ); +
+ +
+ + +
+ ); };