From 99655eeb39a1371510e4ae367dd91e6df05ab2db Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Thu, 17 Jun 2021 09:28:45 +0200 Subject: [PATCH] FIX: styles failure in tickets with very long messages --- htdocs/ticket/class/actions_ticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php index 40fc22e1347..8df5572c87c 100644 --- a/htdocs/ticket/class/actions_ticket.class.php +++ b/htdocs/ticket/class/actions_ticket.class.php @@ -191,7 +191,7 @@ class ActionsTicket // Initial message print '
'; - print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print '
'; print $langs->trans("InitialMessage");