3 lines
134 B
CSS
3 lines
134 B
CSS
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
|
|
td{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
|