File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/shared/components/SubmissionManagement/Submission Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ export default function Submission(props) {
45
45
< tr styleName = "submission-row" >
46
46
< td styleName = "id-col" >
47
47
< span styleName = "mobile-header" > ID</ span >
48
- { submissionObject . id }
49
- { /* <div styleName="legacy -id">{submissionObject.legacySubmissionId }</div> */ }
48
+ { submissionObject . legacySubmissionId }
49
+ < div styleName = "v5 -id" > { submissionObject . id } </ div >
50
50
</ td >
51
51
< td styleName = "type-col" >
52
52
< span styleName = "mobile-header" > TYPE</ span >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $submission-space-50: $base-unit * 10;
17
17
}
18
18
19
19
td {
20
- vertical-align : middle ;
20
+ // vertical-align: middle;
21
21
padding : 16px ;
22
22
background : $tc-white ;
23
23
border-top : 1px solid $tc-gray-10 ;
@@ -115,8 +115,9 @@ $submission-space-50: $base-unit * 10;
115
115
}
116
116
}
117
117
118
- .legacy-id {
119
- color : $tc-gray-50 ;
118
+ .v5-id {
119
+ font-weight : 400 ;
120
+ line-height : 22px ;
120
121
}
121
122
122
123
.status-col {
You can’t perform that action at this time.
0 commit comments