From 413c8e7d21d1190772c9576d1cf0c41bae28be10 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 22:44:22 +0300 Subject: [PATCH] add left margin to report box --- files/templates/util/macros.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 5c71754e1..4b86af258 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -58,7 +58,10 @@ {% if p.is_blocking and not p.ghost %}{% endif %} {% if p.is_blocked and not p.ghost %}{% endif %} {% if p.private %}Draft{% endif %} - {% if p.active_reports(v) %}{% endif %} + + {% if p.active_reports(v) %} + + {% endif %} {% if p.ghost %} 👻