Skip to content

Commit fe171c0

Browse files
committed
Add scroll to table images
1 parent 129da19 commit fe171c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scilog/src/app/overview/overview-table/overview-table.component.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939

4040
<ng-container matColumnDef="thumbnail">
4141
<th mat-header-cell cdkDrag *matHeaderCellDef>Thumbnail </th>
42-
<td mat-cell *matCellDef="let row"><img [src]="getImage(row.thumbnail)"/> </td>
42+
<td mat-cell *matCellDef="let row">
43+
<div class="scrollable-text">
44+
<img [src]="getImage(row.thumbnail)"/>
45+
</div>
46+
</td>
4347
</ng-container>
4448

4549
<ng-container matColumnDef="actions">

0 commit comments

Comments
 (0)