From c75e5f275eda793c6dd9a3d5622c92e819476367 Mon Sep 17 00:00:00 2001 From: tamaragruszka Date: Thu, 6 Jun 2024 20:04:05 +0200 Subject: [PATCH] [ACS-7358] fix for tags column expanding --- 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 01f10d6c35..a21a0d2bbb 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 adf-ellipsis-cell", + "class": "adf-full-width adf-expand-cell-4", "type": "text", "sortable": false, "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 adf-ellipsis-cell", + "class": "adf-full-width adf-expand-cell-4", "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 adf-ellipsis-cell", + "class": "adf-full-width adf-expand-cell-4", "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 adf-ellipsis-cell", + "class": "adf-full-width adf-expand-cell-4", "type": "text", "sortable": false, "desktopOnly": true,