From abea863184c7f611cb9844c32304e829ae727dc0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 31 Jul 2019 01:55:24 -0400 Subject: [PATCH] Fix metadata widget overflow on long values Signed-off-by: Roberto Rosario --- mayan/apps/metadata/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/metadata/widgets.py b/mayan/apps/metadata/widgets.py index 8e4a428069..166a2ec413 100644 --- a/mayan/apps/metadata/widgets.py +++ b/mayan/apps/metadata/widgets.py @@ -8,7 +8,7 @@ def get_metadata_string(document): Return a formated representation of a document's metadata values """ return format_html_join( - '\n', '', + '\n', '', ( ( document_metadata.metadata_type, document_metadata.metadata_type_id, document_metadata.id, document_metadata.value