diff --git a/templates/macros.html b/templates/macros.html index 20cf147..fad26d3 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -15,8 +15,8 @@ {% macro conference_row(item, badge, show_flags=True) %} {% set country = get_country(item.country) if item.country else None %} - <div class="grid-item text-end">{{ item.start.strftime("%a, %d %b %Y") }}</div> - <div class="grid-item text-end">{{ item.end.strftime("%a, %d %b") }}</div> + <div class="grid-item text-end text-nowrap">{{ item.start.strftime("%a, %d %b %Y") }}</div> + <div class="grid-item text-end text-nowrap">{{ item.end.strftime("%a, %d %b") }}</div> <div class="grid-item"> {% if item.url %} <a href="{{ item.url }}">{{ item.name }}</a> @@ -47,7 +47,7 @@ </div> <div class="grid-item">{{ item.topic }}</div> <div class="grid-item">{{ item.location }}</div> - <div class="grid-item text-end">{{ display_date(item.cfp_end) if item.cfp_end else "" }}</div> + <div class="grid-item text-end text-nowrap">{{ display_date(item.cfp_end) if item.cfp_end else "" }}</div> <div class="grid-item"> {% if country %} {% if show_flags %}{{ country.flag }}{% endif %} {{ country.name }}