fix(formulario): radio options en fila horizontal — override display:flex + fix form_cliente

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-29 20:42:29 -05:00
co-authored by Claude Sonnet 4.6
parent 7bb69f6efd
commit 8937a46362
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -633,6 +633,11 @@ function _addExamWizardHtml(string $cid): string {
align-items: center;
gap: 0;
}
/* radios en fila: override display:flex → inline-flex */
.campo-edit .d-flex .form-check {
display: inline-flex;
width: auto;
}
.campo-edit .form-check-input {
width: 1.35em;
height: 1.35em;