From b07b977146beb2c76ae0b3d02d980d91ce7bd522 Mon Sep 17 00:00:00 2001 From: pkunduGL <142476714+pkunduGL@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:58:32 +0530 Subject: [PATCH] [ACS-6031] Css classes added for maintaining minimum width in column header (#3549) * Css classes added for maintaining minimum width in column header * 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 a52f7c55b..d467cda23 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