diff --git a/assets/default/css/theme.css b/assets/default/css/theme.css index 33f8d83d24e547bab4c2f897aa65707a26554ab9..26c26944db5f8eab62d5bebd208679c6312b81e9 100644 --- a/assets/default/css/theme.css +++ b/assets/default/css/theme.css @@ -801,7 +801,6 @@ label.required, span.required { border: 1px solid #aaa; border-left: none; border-bottom: none; - table-layout: fixed; } #ticketTable caption { padding: 5px; diff --git a/include/client/tickets.inc.php b/include/client/tickets.inc.php index 4109b822caae5525d26b75a54b239926b05f691b..7826a170d91d8f6ec368dd07d0ab6c7a80e59ef5 100644 --- a/include/client/tickets.inc.php +++ b/include/client/tickets.inc.php @@ -225,7 +225,7 @@ if ($closedTickets) {?> <td> <?php echo Format::date($T['created']); ?></td> <td> <?php echo $status; ?></td> <td> - <div style="max-height: 1.2em" class="link truncate" href="tickets.php?id=<?php echo $T['ticket_id']; ?>"><?php echo $subject; ?></div> + <div style="max-height: 1.2em; max-width: 320px;" class="link truncate" href="tickets.php?id=<?php echo $T['ticket_id']; ?>"><?php echo $subject; ?></div> </td> <td> <span class="truncate"><?php echo $dept; ?></span></td> </tr>