From cace16df72346df7b4c7681a74b0daede0d4d0f7 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 3 Dec 2020 09:15:25 +0800 Subject: [PATCH] * Fix bug#3680. --- module/project/css/testtask.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/project/css/testtask.css b/module/project/css/testtask.css index 387ac72a08..92e9803854 100644 --- a/module/project/css/testtask.css +++ b/module/project/css/testtask.css @@ -3,4 +3,5 @@ .table-grouped {box-shadow: none!important;} .table-footer {margin-left: 205px; margin-top: 10px;} .table-grouped > thead>tr>th.c-id, -.table-grouped > tbody>tr>td.c-id {padding-left: 15px;} \ No newline at end of file +.table-grouped > tbody>tr>td.c-id {padding-left: 15px;} +.table-grouped > tbody>tr>td {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}