Skip to content

Commit 71f52bc

Browse files
authored
fix: move future meetings button in group meetings page to the left (ietf-tools#8239)
1 parent 952bc90 commit 71f52bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/group/meetings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="mt-5" id="inprogressmeets">Meetings in progress</h2>
4040
{% if future %}
4141
<h2 class="mt-5" id="futuremeets">
4242
Future Meetings
43-
<a class="float-end"
43+
<a class="ms-2"
4444
aria-label="icalendar entry for all scheduled future {{ group.acronym }} meetings"
4545
title="icalendar entry for all scheduled future {{ group.acronym }} meetings"
4646
href="{% url 'ietf.meeting.views.upcoming_ical' %}?show={{ group.acronym }}">
@@ -174,4 +174,4 @@ <h2 class="mt-5" id="farpastmeets">Meetings more than four years ago</h2>
174174
ietf_timezone.initialize('local');
175175
});
176176
</script>
177-
{% endblock %}
177+
{% endblock %}

0 commit comments

Comments
 (0)