[ADF-4466] Fix alignment issues - IE11 (#4772)

* [ADF-4466] Fix alignment issues - IE11

* [ADF-4466] Fix implementation from demo shell specific to generic

* [ADF-4466] Remove unused query for IE11
This commit is contained in:
arditdomi
2019-05-24 16:41:19 +01:00
committed by Denys Vuika
parent 5cd0bc9899
commit 6897f20954
3 changed files with 17 additions and 1 deletions

View File

@@ -76,7 +76,8 @@
key="archivedAt"
title="DOCUMENT_LIST.COLUMNS.DELETED_ON">
<ng-template let-value="value">
<span title="{{ value | date:'medium' }}">{{ value | adfTimeAgo: currentLocale }}</span>
<span title="{{ value | date:'medium' }}"
class="adf-datatable-cell-value">{{ value | adfTimeAgo: currentLocale }}</span>
</ng-template>
</data-column>