Fix radio button alignment like checkboxes

This commit is contained in:
Johannes Zellner
2021-03-18 15:42:18 +01:00
parent 53e50912e6
commit bacdf2c87c

View File

@@ -108,7 +108,7 @@ $state-danger-border: $brand-danger;
color: white;
}
input[type="checkbox"] {
input[type="checkbox"], input[type="radio"] {
margin-top: 2px;
}