From 789d07d59f8aff836afe39d3591b705cddaff4c8 Mon Sep 17 00:00:00 2001 From: jacekpluta <73617938+jacekpluta@users.noreply.github.com> Date: Sun, 10 Mar 2024 15:55:35 +0100 Subject: [PATCH] [ACS-6565] ADW - Document List View Header - UX Bugs (Additional fixes) (#3685) --- .../aca-content/assets/app.extensions.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 773f7792b..4d6afba72 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -2248,7 +2248,7 @@ "template": "app.columns.tags", "key": "tags", "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", + "class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell", "type": "text", "sortable": false, "desktopOnly": true, @@ -2298,7 +2298,7 @@ "key": "role", "title": "APP.DOCUMENT_LIST.COLUMNS.ROLE", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryRole", "desktopOnly": false, @@ -2310,7 +2310,7 @@ "key": "visibility", "title": "APP.DOCUMENT_LIST.COLUMNS.VISIBILITY", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryStatus", "desktopOnly": true, @@ -2357,7 +2357,7 @@ "key": "role", "title": "APP.DOCUMENT_LIST.COLUMNS.ROLE", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryRole", "desktopOnly": false, @@ -2369,7 +2369,7 @@ "key": "visibility", "title": "APP.DOCUMENT_LIST.COLUMNS.VISIBILITY", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryStatus", "desktopOnly": true, @@ -2466,7 +2466,7 @@ "template": "app.columns.tags", "key": "tags", "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", + "class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell", "type": "text", "sortable": false, "desktopOnly": true, @@ -2540,7 +2540,7 @@ "template": "app.columns.tags", "key": "tags", "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", + "class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell", "type": "text", "sortable": false, "desktopOnly": true, @@ -2625,7 +2625,7 @@ "template": "app.columns.tags", "key": "tags", "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", + "class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell", "type": "text", "sortable": false, "desktopOnly": true, @@ -2735,7 +2735,7 @@ "key": "role", "title": "APP.DOCUMENT_LIST.COLUMNS.ROLE", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryRole", "desktopOnly": false, @@ -2747,7 +2747,7 @@ "key": "visibility", "title": "APP.DOCUMENT_LIST.COLUMNS.VISIBILITY", "type": "text", - "class": "adf-no-grow-cell", + "class": "adf-no-grow-cell adf-ellipsis-cell", "sortable": true, "template": "app.columns.libraryStatus", "desktopOnly": true,