From 9059fdc0be958d14dfa2e1d70a4e7191b10cac22 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sun, 2 Aug 2026 21:00:49 -0300 Subject: [PATCH] fix: stop the exit mode switch from leaving a gap beside its buttons The fieldset stretched to the width of its column while the two labels kept their own, so the grey track ran past MANUAL into empty space. The buttons now share the track: full width on a phone, content width from sm up. Co-Authored-By: Claude Opus 5 --- components/organisms/journey-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/organisms/journey-form.tsx b/components/organisms/journey-form.tsx index ffd0dde..a0511ac 100644 --- a/components/organisms/journey-form.tsx +++ b/components/organisms/journey-form.tsx @@ -91,12 +91,12 @@ export function JourneyForm({
-
+
Modo de cálculo da saída {EXIT_MODES.map(({ label, isManual }) => (