* Set nowrap for them.

This commit is contained in:
daitingting
2018-06-01 13:29:29 +08:00
parent d581f97ec4
commit c284d78905
6 changed files with 14 additions and 8 deletions
+1
View File
@@ -2416,6 +2416,7 @@ class bugModel extends model
if($bug->assignedTo == $account) $class .= ' red';
}
if($id == 'deadline' && isset($bug->delay)) $class .= ' delayed';
if(strpos(',project,story,plan,task,openedBuild,', ",{$id},") !== false) $class .= ' text-ellipsis';
echo "<td class='" . $class . "' $title>";
switch($id)