Skip to content

Commit 4e501c6

Browse files
committed
fix: issue #1169 fix table style
1 parent f02dcde commit 4e501c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ChallengeEditor/Registrants/Registrants.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $member-red: #ea1900;
2020
padding-bottom: 197px;
2121
max-width: 966px;
2222
margin: 0 auto;
23+
margin-top: 30px;
2324

2425
@include xs-to-sm {
2526
padding: 0 30px 30px;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ $base-unit: 5px;
192192
width: 100%;
193193
margin: 0 auto;
194194
padding-bottom: 30px;
195+
margin-top: 30px;
195196
line-height: 50px;
196197
// text-align: center;
197198

0 commit comments

Comments
 (0)