7129-finishMigration #549

Merged
pablone merged 13 commits from 7129-finishMigration into dev 2024-07-15 09:26:43 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit a4f11fb497 - Show all commits

View File

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

View File

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