Skip to content

Commit 0ebed52

Browse files
New team clarification: add correct class so <pre>'s are rendered correctly.
1 parent 2a947c1 commit 0ebed52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webapp/templates/team/clarification_add.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block content %}
66
<div class="mt-3 container">
7-
<div class="card card-body">
7+
<div class="card card-body clarificationform">
88
<h1 class="text-center">Send Clarification Request</h1>
99

1010
{{ form_start(form) }}

webapp/templates/team/clarification_add_modal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
99
</div>
1010
{{ form_start(form) }}
11-
<div class="modal-body">
11+
<div class="modal-body clarificationform">
1212
{{ form_row(form.recipient) }}
1313
{{ form_row(form.subject) }}
1414
<div class="list-group mb-3">

0 commit comments

Comments
 (0)