@@ -178,15 +178,15 @@ <h5>
178178
179179 {% if finding.cvssv3 %}
180180 < h6 > CVSS v3</ h6 >
181- < pre > {{ finding.cvssv3|markdown_render }}</ pre >
181+ < div class =" report-field " > {{ finding.cvssv3|markdown_render }}</ div >
182182 {% endif %}
183183
184184 < h6 > Description</ h6 >
185- < pre > {{ finding.description|markdown_render }}</ pre >
185+ < div class =" report-field " > {{ finding.description|markdown_render }}</ div >
186186
187187 {% if finding.mitigation %}
188188 < h6 > Mitigation</ h6 >
189- < pre > {{ finding.mitigation|markdown_render }}</ pre >
189+ < div class =" report-field " > {{ finding.mitigation|markdown_render }}</ div >
190190 {% endif %}
191191
192192 {% if finding.get_report_requests %}
@@ -203,22 +203,22 @@ <h6>Response {{forloop.counter}}</h6>
203203
204204 {% if finding.impact %}
205205 < h6 > Impact</ h6 >
206- < pre > {{ finding.impact|markdown_render }}</ pre >
206+ < div class =" report-field " > {{ finding.impact|markdown_render }}</ div >
207207 {% endif %}
208208
209209 {% if finding.steps_to_reproduce %}
210210 < h6 > Steps to Reproduce</ h6 >
211- < pre > {{ finding.steps_to_reproduce|markdown_render }}</ pre >
211+ < div class =" report-field " > {{ finding.steps_to_reproduce|markdown_render }}</ div >
212212 {% endif %}
213213
214214 {% if finding.severity_justification %}
215215 < h6 > Severity Justification</ h6 >
216- < pre > {{ finding.severity_justification|markdown_render }}</ pre >
216+ < div class =" report-field " > {{ finding.severity_justification|markdown_render }}</ div >
217217 {% endif %}
218218
219219 {% if finding.references %}
220220 < h6 > References</ h6 >
221- < pre > {{ finding.references|markdown_render }}</ pre >
221+ < div class =" report-field " > {{ finding.references|markdown_render }}</ div >
222222 {% endif %}
223223
224224 {% if include_finding_images %}
0 commit comments