diff --git a/scipost_django/forums/templates/forums/forum_detail.html b/scipost_django/forums/templates/forums/forum_detail.html
index 17c4614c54c790d488afede03181d7b145dba12d..f5e015fe69d5e49ea5f0a26b7374532bac8ca660 100644
--- a/scipost_django/forums/templates/forums/forum_detail.html
+++ b/scipost_django/forums/templates/forums/forum_detail.html
@@ -22,8 +22,8 @@
 	{% if forum.meeting %}
 	  {% with context_colors=forum.meeting.context_colors %}
 	    <span class="badge bg-{{ context_colors.bg }} mx-0 mb-2 p-2 text-{{ context_colors.text }}">
-	      {{ context_colors.message }}
-	      <span class="small text-muted"> [{{ forum.meeting.date_from|date:"Y-m-d" }} to {{ forum.meeting.date_until|date:"Y-m-d" }}]</span>
+	      {{ context_colors.message }}&emsp;
+	      <span class="small"> [{{ forum.meeting.date_from|date:"Y-m-d" }} to {{ forum.meeting.date_until|date:"Y-m-d" }}]</span>
 	    </span>
 	  {% endwith %}
 	  <br/>