From a9c8582fc5efee0ea1b5433a18e0ec7fbbdbdbe2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 15 Feb 2026 14:22:48 +0000 Subject: [PATCH] Cap floating IPs table width to max-w-lg on instance create form The floating IPs MiniTable container was unconstrained, causing it to stretch wider than other fields. Add max-w-lg to match the empty state and other sections in the form. https://claude.ai/code/session_01JAbgycxitZnU3ii4FzFuNd --- app/forms/instance-create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/forms/instance-create.tsx b/app/forms/instance-create.tsx index e77293002..a4d2f1618 100644 --- a/app/forms/instance-create.tsx +++ b/app/forms/instance-create.tsx @@ -1001,7 +1001,7 @@ const NetworkingSection = ({ /> ) : ( -
+