diff --git a/ghostwriter/reporting/templates/reporting/report_detail.html b/ghostwriter/reporting/templates/reporting/report_detail.html
index 4e8d5495a..1c2688588 100644
--- a/ghostwriter/reporting/templates/reporting/report_detail.html
+++ b/ghostwriter/reporting/templates/reporting/report_detail.html
@@ -222,12 +222,12 @@
Current Findings
+ Evidence Files
+
+
+
{% for evidence_file in finding.evidence_set.all %}
diff --git a/ghostwriter/static/css/styles.css b/ghostwriter/static/css/styles.css
index e12d4f028..8d3cb1887 100644
--- a/ghostwriter/static/css/styles.css
+++ b/ghostwriter/static/css/styles.css
@@ -2492,6 +2492,7 @@ h5 a:after {
color: #000;
font-weight: 600;
float: right;
+ margin-top: 4px;
}
h5 a[aria-expanded=true]:after {
|