[ADF-4264] Fix content node selector breadcrumb and styling (#4527)

This commit is contained in:
davidcanonieto
2019-03-29 15:16:28 +00:00
committed by Eugenio Romano
parent 888113fdc2
commit be904dbe9b
5 changed files with 20 additions and 9 deletions

View File

@@ -21,8 +21,8 @@ import { DataRow } from '@alfresco/adf-core';
@Component({
selector: 'adf-name-location-cell',
template: `
<div class="adf-name-location-cell-name">{{ name }}</div>
<div class="adf-name-location-cell-location" [title]="path">{{ path }}</div>
<div class="adf-name-location-cell-name adf-datatable-cell-value">{{ name }}</div>
<div class="adf-name-location-cell-location adf-datatable-cell-value" [title]="path">{{ path }}</div>
`,
styleUrls: ['./name-location-cell.component.scss'],
encapsulation: ViewEncapsulation.None,