From 3a91cdb8294077604adcc409b9bf9e4e96bd759b Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Tue, 13 Oct 2020 16:40:17 +0200 Subject: [PATCH] FEAT #13271 TIME 0:05 fix css --- .../app/search/result-list/search-result-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/search/result-list/search-result-list.component.html b/src/frontend/app/search/result-list/search-result-list.component.html index 1901e408519..e4a7916e62d 100644 --- a/src/frontend/app/search/result-list/search-result-list.component.html +++ b/src/frontend/app/search/result-list/search-result-list.component.html @@ -105,7 +105,7 @@ <ng-container matColumnDef="resId"> <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(' ')" *ngFor="let data of row.display" style="flex:1;white-space: pre;overflow: hidden;text-overflow: ellipsis; padding-left: 5px; -- GitLab