diff --git a/htdocs/core/lib/ticket.lib.php b/htdocs/core/lib/ticket.lib.php index f2d38512b2d..92fdfa21aff 100644 --- a/htdocs/core/lib/ticket.lib.php +++ b/htdocs/core/lib/ticket.lib.php @@ -856,7 +856,7 @@ function getTicketTimelineIcon($actionstatic, &$histo, $key) if ($actionstatic->code == 'AC_TICKET_CREATE') { $iconClass = 'fa fa-ticket'; } elseif ($actionstatic->code == 'AC_TICKET_MODIFY') { - $iconClass = 'fa fa-pencil'; + $iconClass = 'fa fa-pencilxxx'; } elseif ($actionstatic->code == 'TICKET_MSG') { $iconClass = 'fa fa-comments'; } elseif ($actionstatic->code == 'TICKET_MSG_PRIVATE') { diff --git a/htdocs/theme/eldy/badges.inc.php b/htdocs/theme/eldy/badges.inc.php index 86f5971891e..00c2a91a29c 100644 --- a/htdocs/theme/eldy/badges.inc.php +++ b/htdocs/theme/eldy/badges.inc.php @@ -191,6 +191,16 @@ a.badge-dark:focus, a.badge-dark:hover { } +@media only screen and (max-width: 570px) +{ + span.badge.badge-status { + overflow: hidden; + max-width: 130px; + text-overflow: ellipsis; + } +} + + /* STATUS BADGES */ '; // Group - print ''; + print ''; $formticket->selectGroupTickets((GETPOST('category_code') ? GETPOST('category_code') : $object->category_code), 'category_code', '', '2'); print '';