From 985bb7eacefa5bc1f9618b06c4998e779ce44dd5 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:47:14 -0500 Subject: [PATCH] fix(formulario): checkboxes en fila horizontal con flex-wrap Los checkboxes del campo tipo checkbox quedaban apilados verticalmente. Se envuelven en d-flex flex-wrap gap-2 para quedar lado a lado. Co-Authored-By: Claude Sonnet 4.6 --- ver_formulario_enviado.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index fa945ec..44dc774 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -818,14 +818,16 @@ function esc2(mixed $v): string { ?>
+
-
+
>
+