Merge branch 'ticket_324' into 'master'

* Adjuct for ticket 324.

See merge request easycorp/zentaopms!6853
This commit is contained in:
王怡栋
2023-02-03 06:36:09 +00:00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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;}
+4
View File
@@ -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 . "'";