We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 475c050 + 69bed8a commit cfbf860Copy full SHA for cfbf860
src/shared/components/challenge-detail/MySubmissions/SubmissionsList/index.jsx
@@ -165,7 +165,7 @@ class SubmissionsListView extends React.Component {
165
<div styleName="submission-table-column column-1">
166
<span>Submission</span>
167
</div>
168
- <div styleName="submission-table-column column-2">
+ <div styleName="submission-table-column column-2 score-title">
169
<span>Score</span>
170
171
src/shared/components/challenge-detail/MySubmissions/SubmissionsList/styles.scss
@@ -91,6 +91,13 @@ button.column-1-1,
91
width: 70%;
92
}
93
94
+.score-title {
95
+ justify-content: unset;
96
+ span {
97
+ margin-left: 28%;
98
+ }
99
+}
100
+
101
.column-1-2 {
102
width: 50%;
103
0 commit comments