Skip to content

Commit d097098

Browse files
committed
fix: issue #1169 fix table style
1 parent 3c8097c commit d097098

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ $base-unit: 5px;
189189

190190
.container.dev {
191191
margin: 0;
192+
width: 100%;
193+
margin: 0 auto;
192194
padding-bottom: 30px;
193195
line-height: 50px;
194196
text-align: center;
@@ -283,6 +285,7 @@ $base-unit: 5px;
283285

284286
.col-2 {
285287
width: 10%;
288+
margin-left: 20px;
286289
justify-content: flex-start;
287290
display: flex;
288291
}

0 commit comments

Comments
 (0)