Show line breaks in score run and HTML tags in output

This commit is contained in:
Sebastian Serth
2021-02-06 13:34:11 +01:00
parent 5798f972f4
commit 4c7b5a5d23
2 changed files with 7 additions and 3 deletions

View File

@@ -155,11 +155,13 @@ button i.fa-spin {
.error_messages_list {
list-style-type: disc;
padding-inline-start: 1.25rem;
white-space: pre-wrap;
}
.single_error_message {
list-style-type: none;
padding-inline-start: 0;
white-space: pre-wrap;
}
.enforce-top-margin {