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