FileChooser in Attachments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user