Canvas: Consistent spacing on node details component

Change-Id: Ia008d918723bc77a97a1ce37cd02adcd2accc9fe
diff --git a/apps/canvas/front/src/components/node-gateway-https.tsx b/apps/canvas/front/src/components/node-gateway-https.tsx
index 07eb3c1..0119305 100644
--- a/apps/canvas/front/src/components/node-gateway-https.tsx
+++ b/apps/canvas/front/src/components/node-gateway-https.tsx
@@ -323,7 +323,7 @@
 						render={({ field }) => (
 							<FormItem>
 								<FormControl>
-									<Input placeholder="subdomain" className="border border-black" {...field} />
+									<Input placeholder="subdomain" {...field} />
 								</FormControl>
 								<FormMessage />
 							</FormItem>
@@ -421,7 +421,7 @@
 								render={({ field }) => (
 									<FormItem>
 										<FormControl>
-											<Input placeholder="group" className="border border-black" {...field} />
+											<Input placeholder="group" {...field} />
 										</FormControl>
 										<FormMessage />
 									</FormItem>
@@ -452,7 +452,7 @@
 								render={({ field }) => (
 									<FormItem>
 										<FormControl>
-											<Input placeholder="group" className="border border-black" {...field} />
+											<Input placeholder="group" {...field} />
 										</FormControl>
 										<FormMessage />
 									</FormItem>