Merge pull request #955 from dod-ccpo/fix-member-form-alignment-chrome

Fix app member checkbox alignment in Chrome
This commit is contained in:
dandds 2019-06-20 15:50:06 -04:00 committed by GitHub
commit f114852523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,10 @@
input[type="checkbox"] + label::before { input[type="checkbox"] + label::before {
margin-left: 0; margin-left: 0;
} }
.input__inline-fields {
text-align: left;
}
} }
.app-team-settings-link { .app-team-settings-link {