7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 3f3d0c7337 - Show all commits

View File

@ -246,6 +246,9 @@ input::-webkit-inner-spin-button {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
.expand { .expand {
max-width: 400px; max-width: 400px;

View File

@ -44,6 +44,7 @@ const columns = computed(() => [
fields: ['id', 'name'], fields: ['id', 'name'],
}, },
}, },
class: 'expand',
}, },
{ {
align: 'left', align: 'left',