Move checkbox text before input
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user