RED-4227: Fixed long file attribute overflow
This commit is contained in:
parent
a6d3c563bd
commit
8039cd660e
@ -10,8 +10,8 @@
|
||||
<redaction-date-column [date]="file.redactionModificationDate" [isError]="file.isError"></redaction-date-column>
|
||||
</div>
|
||||
|
||||
<div *ngFor="let config of displayedAttributes" class="cell">
|
||||
{{ file.fileAttributes.attributeIdToValue[config.id] || '-' }}
|
||||
<div *ngFor="let config of displayedAttributes" [matTooltip]="file.fileAttributes.attributeIdToValue[config.id]" class="cell">
|
||||
<span class="clamp-3"> {{ file.fileAttributes.attributeIdToValue[config.id] || '-' }}</span>
|
||||
</div>
|
||||
|
||||
<!-- always show A for error-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user