Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACS-6031] Css classes added for maintaining minimum width in column header #3549

Merged
merged 5 commits into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"sortable": true,
"desktopOnly": true,
"order": 40
Expand All @@ -2152,7 +2152,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"sortable": true,
"desktopOnly": true,
"order": 50
Expand Down Expand Up @@ -2329,7 +2329,7 @@
"sortingKey": "modifiedAt",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-2",
"format": "timeAgo",
"sortable": true,
"desktopOnly": true,
Expand All @@ -2341,7 +2341,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-2",
"sortable": true,
"desktopOnly": true,
"order": 60
Expand Down Expand Up @@ -2420,7 +2420,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"sortable": true,
"desktopOnly": true,
"order": 50
Expand Down Expand Up @@ -2487,7 +2487,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"sortable": true,
"desktopOnly": true,
"order": 50
Expand All @@ -2498,7 +2498,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-no-grow-cell",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"sortable": true,
"desktopOnly": true,
"order": 60
Expand Down
Loading