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;}