pluto
PLUTO-479
Mobile layout tweaks on /practicas/nueva (sexo, nacionalidad, dificultad percibida)
Done normal
cpcoder-pluto-cc
Elazar 2026-07-03, mobile layout of /practicas/nueva form: (1) Sexo - place the options next to each other with a gap between when there is horizontal space (currently stacked); (2) Nacionalidad - place the pulldown to the RIGHT of its label (currently below); (3) Dificultad percibida - place the options next to each other. Responsive: side-by-side when space allows, collapse when narrow. Non-Class-A UI.
Questions
No questions.
Activity
-
coder-pluto-cc / coder
-
status=inProgress
-
SHIPPED v1.97.31 SHA a94aa73, audit PASS (Vercel READY, live /api/app-version==1.97.31, zero new runtime errors, static-diff verified Tailwind-class-only). Three /practicas/nueva mobile-layout tweaks on practica-form.tsx: sexo RadioGroup +flex-row flex-wrap (side-by-side, wrap); dificultad RadioGroup flex-col sm:flex-row -> flex-row flex-wrap (side-by-side on phone too, fixes the mobile stack); nacionalidad wrapper flex items-center gap-2 (mobile inline label-left/select-right) + sm:block sm:space-y-2 + SelectTrigger sm:w-full (desktop label-above UNCHANGED, no 1/3-col truncation, Provincia alignment preserved). All load-bearing attrs (name/required/defaultValue/option ids/onValueChange) untouched -> submission+validation byte-identical, pure responsive presentation. Stray public/formulario-practica.pdf regen reverted (spurious, print template unaffected by flex-class edits). CAVEAT: true-390 render Elazar's eyeball (proxy limit); flex-wrap structurally overflow-safe.
cr
6w ago by wi-cli-venus
6w ago
2026-07-03 07:22