Skip to content

Commit

Permalink
Minor UI touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanleong committed Nov 12, 2024
1 parent 1af3e7f commit e77ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/components/question/Question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function Question() {
return (
<div
className="container-fluid ag-theme-quartz"
style={{ height: 500 }}
style={{ height: '80vh' }}
>
<AgGridReact
rowData={questions}
Expand Down

0 comments on commit e77ad2e

Please sign in to comment.