From 229c589596cbf4c89a228d63e2aa631e4fbcb014 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Fri, 5 Jul 2019 18:07:19 +0300 Subject: [PATCH] [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 --- src/assets/app.extensions.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/app.extensions.json b/src/assets/app.extensions.json index fb754c4fb..9f08bdab0 100644 --- a/src/assets/app.extensions.json +++ b/src/assets/app.extensions.json @@ -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 },