diff --git a/production/templates/production/production.html b/production/templates/production/production.html
index 8198157beb4b015e49f7dfe0da807d4fda991e46..27d00bf8f8979bc4c7cde59ec6284c84f8ecedf2 100644
--- a/production/templates/production/production.html
+++ b/production/templates/production/production.html
@@ -62,6 +62,7 @@
                                     Officer: {% if stream.officer %}{{ stream.officer.user.first_name }} {{ stream.officer.user.last_name }}{% else %}<em>Unassigned</em>{% endif %}
                                 "></i>
                                 {% if stream.supervisor.user == request.user %}
+                                    <br>
                                     <i class="fa fa-info-circle" data-toggle="tooltip" data-html="true" title="" data-original-title="You are assigned as supervisor"></i>
                                 {% endif %}
                             </div>