4 lines
161 B
CSS
4 lines
161 B
CSS
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
|
|
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
.c-name {width: 200px;}
|