Fix styling on member forms.

Include flash message when portfolio manager is added.
Fix submit button text
This commit is contained in:
leigh-mil
2020-01-06 16:40:50 -05:00
parent abfe8663a1
commit a6fcd0c76f
3 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
.member-form {
text-align: left;
min-width: 75rem;
input[type="checkbox"] + label::before {
margin-left: 0;
@@ -53,3 +52,10 @@
}
}
}
#modal--add-app-mem,
#modal--add-portfolio-manager {
.modal__body {
min-width: 75rem;
}
}