Skip to content

Commit

Permalink
Ensure question table is responsive
Browse files Browse the repository at this point in the history
to fit smaller viewports
  • Loading branch information
samuelim01 committed Oct 1, 2024
1 parent 4e52d07 commit f179a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/questions/questions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[value]="questions"
[(selection)]="selectedQuestions"
datakey="id"
[tableStyle]="{ 'table-layout': 'fixed' }"
[tableStyle]="{ 'min-width': '50rem' }"
[paginator]="true"
[rows]="5"
[rowsPerPageOptions]="[5, 10, 20]"
Expand Down

0 comments on commit f179a90

Please sign in to comment.