Skip to content

Commit 90713db

Browse files
committed
lost column
1 parent 36a1679 commit 90713db

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
@@ -120,7 +120,7 @@ const RemixContestSubmissions = ({
120120
const remixesRoute = trackRemixesPage(permalink ?? '')
121121

122122
return (
123-
<Flex p='xl'>
123+
<Flex column p='xl'>
124124
<Flex gap='2xl' wrap='wrap'>
125125
{submissions.map((submission) => (
126126
<SubmissionCard key={submission.id} submission={submission} />

0 commit comments

Comments
 (0)