Skip to content

Commit 1b0f161

Browse files
authored
Change submissions tab formatting (#11988)
1 parent 6acff10 commit 1b0f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/pages/track-page/components/desktop/RemixContestSubmissionsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const RemixContestSubmissions = ({
142142

143143
return (
144144
<Flex column p='xl' gap='xl'>
145-
<Flex row gap='2xl' wrap='wrap' justifyContent='space-between'>
145+
<Flex row gap='2xl' wrap='wrap'>
146146
{submissions.map((submission) => (
147147
<SubmissionCard key={submission.id} submission={submission} />
148148
))}

0 commit comments

Comments
 (0)