From 5681aeee0f9698273dcc9bd31dd4b75974af8cc3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Dec 2020 19:05:27 +0100 Subject: [PATCH] Fix look and feel v13 --- htdocs/ticket/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index c67476f8c00..9618ab128ec 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -1058,7 +1058,7 @@ elseif (empty($action) || $action == 'view' || $action == 'addlink' || $action = print ''; print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table - print ''; + print '
'; print ''; print '
'; print $langs->trans('Properties');