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:
co-authored by
Claude Sonnet 4.6
parent
7bb69f6efd
commit
8937a46362
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user