From 09396cef0037053573f6d803f4000151a7422bd3 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Jul 2017 23:49:16 -0400 Subject: [PATCH] Add overflow wrapping so wrap long titles in Firefox too. Signed-off-by: Roberto Rosario --- .../templates/appearance/generic_list_items_subtemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index d2136d1a26..65dfc1a00c 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -70,7 +70,7 @@ {% endif %} {% endif %} - + {% if not hide_object %} {% if main_object %} {% with object|object_property:main_object as object %}