mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-7358] fix for tags column expanding (#3875)
This commit is contained in:
parent
a5343fd627
commit
fc05a8b30c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user