From f535eea08558daf4051709f99d6b27ce68fd03d2 Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Wed, 31 Dec 2025 13:51:25 -0600 Subject: [PATCH] =?UTF-8?q?ya=20casi=20est=C3=A1=20la=20responsividad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/planes/_lista/nuevo.tsx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/routes/planes/_lista/nuevo.tsx b/src/routes/planes/_lista/nuevo.tsx index ee32f3a..f164999 100644 --- a/src/routes/planes/_lista/nuevo.tsx +++ b/src/routes/planes/_lista/nuevo.tsx @@ -251,7 +251,7 @@ function NuevoPlanModal() { 1. h-[90vh]: Altura fija del 90% de la ventana. 2. flex-col gap-0 p-0: Quitamos espacios automáticos para control manual. */} - + {role !== 'JEFE_CARRERA' ? ( // --- VISTA SIN PERMISOS --- <> @@ -297,19 +297,18 @@ function NuevoPlanModal() {
{/* Nota: En móvil esto se verá apretado. Considera overflow-x-auto si tienes muchos pasos */} -
- {Wizard.steps.map((step) => ( - - - {step.title} - - - ))} -
+ + {Wizard.steps.map((step) => ( + + + {step.title} + + + ))}
@@ -515,7 +514,7 @@ function PasoBasicos({ carrerasFiltradas: typeof CARRERAS }) { return ( -
+