From 4b5a0d4a03725a37848b321e2cc0407a2fee3023 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 4 Dec 2021 14:51:18 -0800 Subject: [PATCH] Fix display of long words in list titles --- bookwyrm/templates/lists/list_items.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/lists/list_items.html b/bookwyrm/templates/lists/list_items.html index 9c7e1710c..1191a6264 100644 --- a/bookwyrm/templates/lists/list_items.html +++ b/bookwyrm/templates/lists/list_items.html @@ -7,8 +7,8 @@
-

- {{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %} +

+ {{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}

{% if request.user.is_authenticated and request.user|saved:list %}