Skip to content

Commit e77ad2e

Browse files
committed
Minor UI touchup
1 parent 1af3e7f commit e77ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/components/question/Question.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function Question() {
200200
return (
201201
<div
202202
className="container-fluid ag-theme-quartz"
203-
style={{ height: 500 }}
203+
style={{ height: '80vh' }}
204204
>
205205
<AgGridReact
206206
rowData={questions}

0 commit comments

Comments
 (0)