Fix radio button alignment like checkboxes
This commit is contained in:
@@ -108,7 +108,7 @@ $state-danger-border: $brand-danger;
|
||||
color: white;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user