Skip to content
Snippets Groups Projects
Commit aa8db7f2 authored by Jared Hancock's avatar Jared Hancock
Browse files

client: Allow flexible sizing of ticket listing columns

parent 256fecd1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -225,7 +225,7 @@ if ($closedTickets) {?>
<td>&nbsp;<?php echo Format::date($T['created']); ?></td>
<td>&nbsp;<?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>&nbsp;<span class="truncate"><?php echo $dept; ?></span></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment