* Adjuct for ticket 324.

This commit is contained in:
liuhong
2023-02-03 03:33:58 +00:00
parent 4f3fa1662f
commit 9c248696e8
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 . "'";