Skip to content
Snippets Groups Projects
Commit 3a91cdb8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13271 TIME 0:05 fix css

parent 17a39401
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<ng-container matColumnDef="resId"> <ng-container matColumnDef="resId">
<td mat-cell *matCellDef="let row" style="padding:0;border-top: solid 1px rgba(0, 0, 0, 0.12);"> <td mat-cell *matCellDef="let row" style="padding:0;border-top: solid 1px rgba(0, 0, 0, 0.12);">
<div *ngIf="!appService.getViewMode() && row.display.length > 0" class="sub-info column-{{templateColumns}}-list"> <div *ngIf="!appService.getViewMode() && row.display.length > 0" class="sub-info column-{{templateColumns}}-list" style="cursor: initial;">
<span class="sub-info-data" [class]="data.cssClasses.join(' ')" <span class="sub-info-data" [class]="data.cssClasses.join(' ')"
*ngFor="let data of row.display" style="flex:1;white-space: pre;overflow: hidden;text-overflow: ellipsis; *ngFor="let data of row.display" style="flex:1;white-space: pre;overflow: hidden;text-overflow: ellipsis;
padding-left: 5px; padding-left: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment