From 58afa53260001ea34b5ac894f7873d712cc5651d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 28 Feb 2016 20:31:34 +0000 Subject: [PATCH] Column text on the archives tab could overlap for some screen sizes. Tweaked the use of bootstrap cell width styles. - Legacy-Id: 10868 --- ietf/templates/group/derived_archives.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/group/derived_archives.html b/ietf/templates/group/derived_archives.html index 75a5998eb..63895fe98 100644 --- a/ietf/templates/group/derived_archives.html +++ b/ietf/templates/group/derived_archives.html @@ -10,16 +10,16 @@ {% if list_acronym %}
-Mailarchive{{group.list_archive}} +Mailarchive{{group.list_archive}}
-Mhonarchttps://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html +Mhonarchttps://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html
{% else %}
-Archive{{group.list_archive}} +Archive{{group.list_archive}}
{% endif %}