0
0
Fork 0

fix(claimList): claimList client column

This commit is contained in:
Alex Moreno 2024-07-15 09:39:57 +02:00
parent dbba7589ef
commit 3f3d0c7337
2 changed files with 4 additions and 0 deletions

View File

@ -246,6 +246,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',