diff --git a/module/testtask/css/cases.css b/module/testtask/css/cases.css index 6b5fb7d32c..59bcd713d2 100644 --- a/module/testtask/css/cases.css +++ b/module/testtask/css/cases.css @@ -9,6 +9,7 @@ tbody > tr > td .icon-bug {margin-left: -8px;} .table-footer .table-actions .input-group #assignedTo_chosen .chosen-single{height:28px;padding:3px 6px} .table-footer .table-actions .input-group #assignedTo_chosen .chosen-single span{font-size:12px;} .table-footer .table-actions .input-group #assignedTo_chosen .chosen-single div{line-height:10px;} +td.c-story{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} .fail .result-fail, .blocked .result-blocked{color:#f00;} .pass .result-pass{color:green;}