Fix position of checkboxes
This commit is contained in:
@@ -224,4 +224,10 @@ body {
|
||||
.usa-input .checkbox {
|
||||
margin-left: 3rem;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
+ label::before {
|
||||
margin-left: -3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user