text overflow
This commit is contained in:
parent
224326498e
commit
8dacfa6c45
@ -176,13 +176,16 @@
|
||||
|
||||
<div [title]="'[' + fileStatus.status + '] ' + fileStatus.filename">
|
||||
<div class="filename-wrapper">
|
||||
<div [class.disabled]="fileStatus.isPending || fileStatus.isProcessing" [class.error]="fileStatus.isError" class="table-item-title">
|
||||
<div
|
||||
[class.disabled]="fileStatus.isPending || fileStatus.isProcessing"
|
||||
[class.error]="fileStatus.isError"
|
||||
class="table-item-title text-overflow"
|
||||
>
|
||||
{{ fileStatus.filename }}
|
||||
</div>
|
||||
<!-- <span *ngIf="permissionsService.fileRequiresReanalysis(fileStatus)" class="pill" translate="project-overview.new-rule.label"></span>-->
|
||||
</div>
|
||||
<div class="small-label stats-subtitle" *ngIf="fileStatus.primaryAttribute">
|
||||
<div class="primary-attribute">
|
||||
<div class="primary-attribute text-overflow">
|
||||
{{ fileStatus.primaryAttribute }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -102,6 +102,13 @@ pre {
|
||||
@include line-clamp(2);
|
||||
}
|
||||
|
||||
.text-overflow {
|
||||
display: block !important;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.primary {
|
||||
color: $primary;
|
||||
opacity: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user