Fix styling on app member info form

This commit is contained in:
leigh-mil
2019-10-14 14:57:42 -04:00
parent 18d68d9a60
commit c7889e13f8
3 changed files with 11 additions and 8 deletions

View File

@@ -27,6 +27,10 @@
.form-content--app-mem {
text-align: left;
.modal__body {
min-width: 75rem;
}
input[type="checkbox"] + label::before {
margin-left: 0;
}