[fix] left align checkboxes

This commit is contained in:
Daniel
2019-04-22 21:35:21 -04:00
parent 45ddb26aaa
commit 7404496800
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -131,6 +131,7 @@
.centeredCheckBox {
margin: 0 auto;
width: 43%;
text-align: left;
}
.setBox {