Skip to content

Commit

Permalink
[ACS-6031] Css classes added for maintaining minimum width in column …
Browse files Browse the repository at this point in the history
…header (#3549)

* Css classes added for maintaining minimum width in column header

* Resolved review comments for ACS-6031
  • Loading branch information
pkunduGL committed Dec 6, 2023
1 parent 34c8976 commit b07b977
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit b07b977

Please sign in to comment.