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,