Use same style for single and multiple errors in populateCard

This commit is contained in:
Sebastian Serth
2020-11-18 10:07:26 +01:00
parent 519fe43d4f
commit afcc4d94cd
2 changed files with 61 additions and 55 deletions

View File

@@ -157,6 +157,11 @@ button i.fa-spin {
padding-inline-start: 1.25rem;
}
.single_error_message {
list-style-type: none;
padding-inline-start: 0;
}
.enforce-top-margin {
margin-top: 5px !important;
}