From 7fb2224bcdf7f9477e72fe0c9495c4321eebb321 Mon Sep 17 00:00:00 2001 From: Chris Contolini Date: Wed, 7 Aug 2024 14:46:14 -0400 Subject: [PATCH] Wrap long page titles Instead of truncating longer page titles, wrap them onto as many lines as they need. See https://github.local/Design-Development/Design-and-Content-Team/issues/507 --- viewer/templates/viewer/page_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viewer/templates/viewer/page_list.html b/viewer/templates/viewer/page_list.html index 1738834..c46b226 100644 --- a/viewer/templates/viewer/page_list.html +++ b/viewer/templates/viewer/page_list.html @@ -40,8 +40,8 @@ {% for page in results %}
  • - - {{ page.title }} + + {{ page.title }} {% include "external-link.svg" %}