Skip to content

Commit cfbf860

Browse files
authored
Merge pull request #3600 from PrakashDurlabhji/issue_3583
Issue 3583 fix
2 parents 475c050 + 69bed8a commit cfbf860

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/shared/components/challenge-detail/MySubmissions/SubmissionsList/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class SubmissionsListView extends React.Component {
165165
<div styleName="submission-table-column column-1">
166166
<span>Submission</span>
167167
</div>
168-
<div styleName="submission-table-column column-2">
168+
<div styleName="submission-table-column column-2 score-title">
169169
<span>Score</span>
170170
</div>
171171
</div>

src/shared/components/challenge-detail/MySubmissions/SubmissionsList/styles.scss

+7
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ button.column-1-1,
9191
width: 70%;
9292
}
9393

94+
.score-title {
95+
justify-content: unset;
96+
span {
97+
margin-left: 28%;
98+
}
99+
}
100+
94101
.column-1-2 {
95102
width: 50%;
96103
}

0 commit comments

Comments
 (0)