Move checkbox text before input

This commit is contained in:
2025-06-06 13:12:21 +01:00
parent 3d7d1609f3
commit ecdac3fc9a
6 changed files with 37 additions and 26 deletions

View File

@@ -616,6 +616,17 @@ th {
width: 100%;
}
/* Alinhamento de texto e checkbox */
.checkbox-label {
display: flex;
align-items: center;
gap: 8px;
}
.checkbox-label input[type="checkbox"] {
margin: 0;
}
.button-grid {
margin-top: 10px;
display: flex;