Skip to content
Snippets Groups Projects
Commit dc23ef9d authored by aydreeihn's avatar aydreeihn
Browse files

issue/ticket-preview-custom-fields prevent label wrapping

parent 36cb5c1a
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ foreach (DynamicFormEntry::forTicket($ticket->getId()) as $form) {
foreach ($displayed as $stuff) {
list($label, $v) = $stuff;
echo '<tr>';
echo '<th width="20%">'.Format::htmlchars($label).':</th>';
echo '<th width="20%" style="white-space: nowrap;">'.Format::htmlchars($label).':</th>';
echo '<td>'.$v.'</td>';
echo '</tr>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment