Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b81b05

Browse files
committedMay 21, 2025·
fix: pagination in submissions tab
1 parent 4ec89b1 commit 6b81b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/components/ChallengeEditor/Submissions/Submissions.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ $base-unit: 5px;
269269
.submissionsContainerTable {
270270
width: auto;
271271
max-width: 100%;
272+
overflow: auto;
272273

273274
table {
274275
width: 100%;

0 commit comments

Comments
 (0)
Please sign in to comment.