Skip to content

Commit 201c213

Browse files
committed
Fix formatting for QuestionTable
1 parent 525d4ed commit 201c213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Questions/QuestionsTable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const InterviewQuestionsTable: React.FC = () => {
122122
</MenuItem>
123123
))}
124124
</Select>
125-
<div style={{ maxHeight: "300px", overflowY: "auto", width: "80%" }}>
125+
<div style={{ maxHeight: "800px", overflowY: "auto", width: "80%" , display: "flex"}}>
126126
<TableContainer
127127
component={Paper}
128128
style={{ margin: "10px", padding: "10px" }}
@@ -148,6 +148,7 @@ const InterviewQuestionsTable: React.FC = () => {
148148
fontSize: "16px",
149149
fontWeight: "bold",
150150
textTransform: "initial",
151+
textAlign: "left",
151152
}}
152153
>
153154
{question.title}

0 commit comments

Comments
 (0)