From 653ef0bd755cc73a61d95458b0ce91bf145040d3 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Tue, 5 Sep 2023 15:55:34 +0200
Subject: [PATCH] allow clicking on info links on held prod streams

---
 .../production/_productionstream_details_summary_contents.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
index 7239595fc..e00ea49a7 100644
--- a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
+++ b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
@@ -71,7 +71,7 @@
                 <a href="{% url 'scipost:contributor_info' productionstream.submission.submitted_by.id %}">{{ productionstream.submission.submitted_by.formal_str }}</a>
             </div>
 
-            <div class="col-auto">
+            <div class="col-auto pe-auto">
                 <small class="text-muted">Go to page:</small>
                 <br>
                 <div class="d-inline-flex">
-- 
GitLab