mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-19 17:14:45 +00:00
[ACS-6031] Css classes added for maintaining minimum width in column header (#3523)
This commit is contained in:
parent
d2a4da13ea
commit
7f256b2284
@ -2135,7 +2135,7 @@
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||
"type": "date",
|
||||
"format": "timeAgo",
|
||||
"class": "adf-ellipsis-cell",
|
||||
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 40
|
||||
@ -2320,7 +2320,7 @@
|
||||
"sortingKey": "modifiedAt",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||
"type": "date",
|
||||
"class": "adf-ellipsis-cell",
|
||||
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||
"format": "timeAgo",
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
@ -2408,7 +2408,7 @@
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||
"type": "date",
|
||||
"format": "timeAgo",
|
||||
"class": "adf-ellipsis-cell",
|
||||
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
@ -2472,7 +2472,7 @@
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||
"type": "date",
|
||||
"format": "timeAgo",
|
||||
"class": "adf-ellipsis-cell",
|
||||
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
|
Loading…
x
Reference in New Issue
Block a user