Skip to content

Commit

Permalink
Fix formatting style of issue-table component
Browse files Browse the repository at this point in the history
* Add break html tag

* Test update github workflow for playwright

* Add installation of system dependency in github workflow

* Revert changes to test playwright

* Add line break to fix issue table formatting

* Check ubuntu version in github runner

* Use ubuntu-22.04 for playwright

* Revert fixes related to playwright github workflow
  • Loading branch information
yucongkoo authored Jan 20, 2025
1 parent aea9324 commit 7c8c084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/issue-tables/issue-tables.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
<mat-card *ngIf="this.issues.isLoading$ | async" style="display: flex; justify-content: center; align-items: center">
<mat-progress-spinner color="primary" mode="indeterminate" diameter="50" strokeWidth="5"></mat-progress-spinner>
</mat-card>
<br />
<mat-paginator
[paginatorLocalStorage]="this.table_name"
[pageSize]="this.tableSettings.pageSize"
Expand Down

0 comments on commit 7c8c084

Please sign in to comment.