We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65cd8c commit f677ebaCopy full SHA for f677eba
frontend/src/routes/interview/[room]/main.tsx
@@ -66,7 +66,7 @@ export const InterviewRoom = () => {
66
<TabsTrigger value='details'>Question Details</TabsTrigger>
67
<TabsTrigger value='attempts'>Past Attempts</TabsTrigger>
68
</TabsList>
69
- <TabsContent value='details' className='h-full'>
+ <TabsContent value='details' className='h-[calc(100%-44px)]'>
70
<QuestionDetails {...{ questionDetails }} />
71
</TabsContent>
72
<TabsContent value='attempts' className='flex h-[calc(100%-44px)]'>
0 commit comments