From ffe2e4bd36849e92434c2f06340a54e49eb468db Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Thu, 4 Apr 2019 17:56:12 +0300 Subject: [PATCH] fix column name width (#1056) --- src/assets/app.extensions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/assets/app.extensions.json b/src/assets/app.extensions.json index 073c8883d..3ee04c578 100644 --- a/src/assets/app.extensions.json +++ b/src/assets/app.extensions.json @@ -1349,7 +1349,7 @@ "key": "title", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.libraryName", "desktopOnly": false @@ -1386,7 +1386,7 @@ "key": "title", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.libraryName", "desktopOnly": false @@ -1423,7 +1423,7 @@ "key": "name", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.name", "desktopOnly": false @@ -1486,7 +1486,7 @@ "key": "name", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.name", "desktopOnly": false @@ -1531,7 +1531,7 @@ "key": "name", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.name", "desktopOnly": false @@ -1585,7 +1585,7 @@ "key": "name", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.trashcanName", "desktopOnly": false @@ -1630,7 +1630,7 @@ "key": "title", "title": "APP.DOCUMENT_LIST.COLUMNS.NAME", "type": "text", - "class": "adf-expand-cell-5", + "class": "adf-ellipsis-cell adf-expand-cell-5", "sortable": true, "template": "app.columns.libraryName", "desktopOnly": false