mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1609] Document List - name column ellipsis (#534)
This commit is contained in:
committed by
Denys Vuika
parent
8a4a8a0690
commit
f9afd3ee84
@@ -75,7 +75,7 @@
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.TITLE">
|
||||
<ng-template let-context>
|
||||
<span
|
||||
class="dl-link"
|
||||
class="adf-datatable-cell dl-link"
|
||||
title="{{ makeLibraryTooltip(context.row.obj.entry) }}"
|
||||
(click)="navigateTo(context?.row?.obj)">
|
||||
{{ makeLibraryTitle(context.row.obj.entry) }}
|
||||
|
Reference in New Issue
Block a user