From 3bc1cf3d0adb92655816b869c9c24d3c9267257a Mon Sep 17 00:00:00 2001 From: UtkarshUsername Date: Mon, 9 Mar 2026 21:55:31 +0530 Subject: [PATCH] fix: keep codex overrides footer inside card --- apps/web/src/routes/_chat.settings.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/web/src/routes/_chat.settings.tsx b/apps/web/src/routes/_chat.settings.tsx index cc4a39a272..87c7d19624 100644 --- a/apps/web/src/routes/_chat.settings.tsx +++ b/apps/web/src/routes/_chat.settings.tsx @@ -279,14 +279,17 @@ function SettingsRouteView() { -
-

- Binary source:{" "} - {codexBinaryPath || "PATH"} -

+
+
+

Binary source

+

+ {codexBinaryPath || "PATH"} +

+