FileChooser in Attachments

This commit is contained in:
2026-06-13 04:05:43 +02:00
parent 8d2fe5b77b
commit 76ff0f9d5f
10 changed files with 1145 additions and 195 deletions

View File

@@ -860,6 +860,22 @@
white-space: nowrap;
}
.data-grid-header-label {
display: inline-flex;
align-items: center;
flex: 1 1 auto;
min-width: 0;
}
.data-grid-header-label > span {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.data-grid-header-cell.is-sortable .data-grid-header-button {
cursor: pointer;
}