Use flex instead of float on form checkboxes

This commit is contained in:
mabashian
2018-04-19 10:08:34 -04:00
parent cb01dea55f
commit 4794fc510d

View File

@@ -790,6 +790,6 @@ input[type='radio']:checked:before {
} }
.Form-checkboxRow { .Form-checkboxRow {
float: left; display: flex;
clear: left; clear: left;
} }