Merge branch 'ticket_324' into 'master'
* Adjuct for ticket 324. See merge request easycorp/zentaopms!6853
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
th.c-confirmed {text-align: center;}
|
||||
.c-severity {overflow: hidden; white-space: nowrap;}
|
||||
.c-keywords {overflow: hidden; white-space: nowrap;}
|
||||
.c-id {text-overflow: ellipsis; white-space: nowrap;}
|
||||
|
||||
.body-modal #mainMenu>.btn-toolbar {width: auto;}
|
||||
|
||||
@@ -3369,6 +3369,10 @@ class bugModel extends model
|
||||
$class .= ' text-ellipsis';
|
||||
$title = "title='" . $os . "'";
|
||||
break;
|
||||
case 'keywords':
|
||||
$class .= ' text-left';
|
||||
$title = "title='{$bug->keywords}'";
|
||||
break;
|
||||
case 'browser':
|
||||
$class .= ' text-ellipsis';
|
||||
$title = "title='" . $browser . "'";
|
||||
|
||||
Reference in New Issue
Block a user