mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2654] show ellipsis for long Size column headers (#1150)
* allow display of ellipsis for Size column also * styles will be available on next ADF version
This commit is contained in:
committed by
Denys Vuika
parent
db75234b24
commit
229c589596
@@ -1110,7 +1110,7 @@
|
||||
"key": "content.sizeInBytes",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.SIZE",
|
||||
"type": "fileSize",
|
||||
"class": "adf-no-grow-cell",
|
||||
"class": "adf-no-grow-cell adf-ellipsis-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true
|
||||
},
|
||||
@@ -1245,7 +1245,7 @@
|
||||
"key": "content.sizeInBytes",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.SIZE",
|
||||
"type": "fileSize",
|
||||
"class": "adf-no-grow-cell",
|
||||
"class": "adf-no-grow-cell adf-ellipsis-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true
|
||||
},
|
||||
@@ -1311,7 +1311,7 @@
|
||||
"key": "content.sizeInBytes",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.SIZE",
|
||||
"type": "fileSize",
|
||||
"class": "adf-no-grow-cell",
|
||||
"class": "adf-no-grow-cell adf-ellipsis-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true
|
||||
},
|
||||
@@ -1359,7 +1359,7 @@
|
||||
"key": "sizeInBytes",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.SIZE",
|
||||
"type": "fileSize",
|
||||
"class": "adf-no-grow-cell",
|
||||
"class": "adf-no-grow-cell adf-ellipsis-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true
|
||||
},
|
||||
@@ -1416,7 +1416,7 @@
|
||||
"key": "content.sizeInBytes",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.SIZE",
|
||||
"type": "fileSize",
|
||||
"class": "adf-no-grow-cell",
|
||||
"class": "adf-no-grow-cell adf-ellipsis-cell",
|
||||
"sortable": true,
|
||||
"desktopOnly": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user