From 2c32b3314646e6a8a3bda96cbfc92adeb117de02 Mon Sep 17 00:00:00 2001 From: pkundu Date: Fri, 17 Nov 2023 00:48:23 +0530 Subject: [PATCH 1/2] Css classes added for maintaining minimum width in column header --- projects/aca-content/assets/app.extensions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 69c671f146..2046ea4c98 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -2135,7 +2135,7 @@ "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "type": "date", "format": "timeAgo", - "class": "adf-ellipsis-cell", + "class": "adf-ellipsis-cell adf-no-grow-cell", "sortable": true, "desktopOnly": true, "order": 40 @@ -2320,7 +2320,7 @@ "sortingKey": "modifiedAt", "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "type": "date", - "class": "adf-ellipsis-cell", + "class": "adf-ellipsis-cell adf-no-grow-cell", "format": "timeAgo", "sortable": true, "desktopOnly": true, @@ -2408,7 +2408,7 @@ "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "type": "date", "format": "timeAgo", - "class": "adf-ellipsis-cell", + "class": "adf-ellipsis-cell adf-no-grow-cell", "sortable": true, "desktopOnly": true, "order": 50 @@ -2472,7 +2472,7 @@ "title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON", "type": "date", "format": "timeAgo", - "class": "adf-ellipsis-cell", + "class": "adf-ellipsis-cell adf-no-grow-cell", "sortable": true, "desktopOnly": true, "order": 50 From 6eddbba0ae9cb23a5c59766aea45c32fbbf05178 Mon Sep 17 00:00:00 2001 From: pkundu Date: Fri, 1 Dec 2023 13:08:12 +0530 Subject: [PATCH 2/2] Resolved review comments for ACS-6031 --- projects/aca-content/assets/app.extensions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index a52f7c55b5..d467cda232 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -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 @@ -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 @@ -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, @@ -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 @@ -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 @@ -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 @@ -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