2023-05-16 10:50:42 +08:00

3 lines
118 B
CSS

.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.table td.c-actions {text-overflow:clip;}