From 1eeb8f922ddb25cb8caebe01a9239eb4529efc5e Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sun, 18 Jan 2026 15:26:27 -0500 Subject: [PATCH] fix(ui): add spacing between Port label and input field Changed layout from vertical stack (space-y-1) to horizontal flex with gap (flex items-center gap-2) to properly space the Port label and input field in the local proxy settings card. --- ui/src/pages/settings/sections/proxy/local-proxy-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/settings/sections/proxy/local-proxy-card.tsx b/ui/src/pages/settings/sections/proxy/local-proxy-card.tsx index 88e9650b..ff2ddb24 100644 --- a/ui/src/pages/settings/sections/proxy/local-proxy-card.tsx +++ b/ui/src/pages/settings/sections/proxy/local-proxy-card.tsx @@ -31,7 +31,7 @@ export function LocalProxyCard({

Local Proxy

{/* Port */} -
+