dont hide overflow

This commit is contained in:
2023-03-01 20:12:47 +10:00
parent 9de83c3436
commit 29dfb852c8

View File

@@ -12,7 +12,7 @@
.vue3-easy-data-table__body td { .vue3-easy-data-table__body td {
white-space: nowrap; white-space: nowrap;
overflow: hidden; // overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }