#7648 - Filter entries by days #547

Merged
jsegarra merged 9 commits from 7648_myEntries_filter into dev 2024-07-15 09:23:31 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit a779853095 - Show all commits

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',