From 34cbcfd83111749888e2c722acc3ec6642b776a4 Mon Sep 17 00:00:00 2001
From: lowlighter <22963968+lowlighter@users.noreply.github.com>
Date: Sun, 11 Dec 2022 22:27:28 -0500
Subject: [PATCH] fix(plugins/followup): possible negative width values [skip
ci]
---
source/templates/repository/partials/followup.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/templates/repository/partials/followup.ejs b/source/templates/repository/partials/followup.ejs
index 24e07cd5..465e623a 100644
--- a/source/templates/repository/partials/followup.ejs
+++ b/source/templates/repository/partials/followup.ejs
@@ -33,7 +33,7 @@
{p:(skipped-collaborators.skipped)/count, fill:"#8B949E"},
{p:collaborators.skipped/count, fill:"#c9d1d9"},
]) { %>
-
+
<% x += p*width }} %>
<% if ((plugins.followup.indepth)&&(section.issues.collaborators)) { %>