3 lines
118 B
CSS
3 lines
118 B
CSS
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
|
|
.table td.c-actions {text-overflow:clip;}
|