From 9485de63710a3b44a1d35402f567cc69831b94f2 Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 5 May 2020 15:44:23 +0000
Subject: [PATCH] Tweaked the spacing of the calendar symbol link on the
 session details page to match the spacing otherwise used for session detail
 links.  - Legacy-Id: 17744

---
 ietf/templates/meeting/session_details.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ietf/templates/meeting/session_details.html b/ietf/templates/meeting/session_details.html
index 0415f0b84..d8b821929 100644
--- a/ietf/templates/meeting/session_details.html
+++ b/ietf/templates/meeting/session_details.html
@@ -17,7 +17,7 @@
 
   <h1>{{ meeting }} : {{ acronym }}
     {% if meeting.date >= thisweek %}
-      <a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-calendar"></span></a>
+      <a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-fw fa-calendar"></span> </a>
     {% endif %}
   </h1>