From 09a591f5f429af2e0a41faeb4349ab13b14998b8 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Fri, 24 Apr 2026 12:08:56 +0200 Subject: [PATCH] fix: move IP address comma-separated hint below input to prevent label wrapping --- frontend/src/components/modals/NodeModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/modals/NodeModal.tsx b/frontend/src/components/modals/NodeModal.tsx index d6b0976..622b51b 100644 --- a/frontend/src/components/modals/NodeModal.tsx +++ b/frontend/src/components/modals/NodeModal.tsx @@ -231,13 +231,14 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' {/* IP */}
- + set('ip', e.target.value)} placeholder="192.168.1.x, 2001:db8::1" className={`bg-[#21262d] border-[#30363d] font-mono text-sm h-8 ${modalStyles['modal-radius']}`} /> + comma-separated
{/* Check method */}