Skip to content

Commit

Permalink
Fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vivienherq committed Apr 18, 2024
1 parent 169b088 commit 9f34531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/assignments/[id]/submission/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function SubmissionPage({ params }: Props) {
<div>
{assignment && (
<div className="h-dvh flex p-4">
<div className="grid grid-cols-2 gap-4">
<div className="grid grid-cols-2 gap-4 w-full">
<div className="col-span-1 overflow-y-auto flex-1 max-w-1/2">
<div className="flex gap-2">
<div>
Expand Down

0 comments on commit 9f34531

Please sign in to comment.