* Set nowrap for them.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user