Skip to content

Commit

Permalink
Fixed crash logs overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 5, 2023
1 parent c1c71e8 commit 5901cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/debug/crashes/crashes.component.html
@@ -1,4 +1,4 @@
<div class="w-100 h-100 p-4" *ngIf="!reportsError else error">
<div class="w-100 h-100 p-4 overflow-y-auto" *ngIf="!reportsError else error">
<ol class="list-group list-group-numbered">
<li class="list-group-item list-group-item-action d-flex justify-content-between align-items-center"
(click)="openDetails(report)" *ngFor="let report of reports">
Expand Down

0 comments on commit 5901cc3

Please sign in to comment.