File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export default function ChallengeHeader(props) {
203
203
< div styleName = "deadlines-overview" >
204
204
< div styleName = "deadlines-overview-text" >
205
205
{ status === 'COMPLETED' ?
206
- < div styleName = "next-deadline " > The challenge is finished.</ div >
206
+ < div styleName = "completed " > The challenge is finished.</ div >
207
207
:
208
208
< div >
209
209
< div styleName = "next-deadline" >
Original file line number Diff line number Diff line change 295
295
word-wrap : normal ;
296
296
border-right : $tc-gray-50 solid 1px ;
297
297
padding-right : 10px ;
298
+ display : inline ;
298
299
299
300
.deadline-highlighted {
300
301
color : $tc-white ;
301
302
font-weight : 700 ;
302
303
}
303
304
}
304
-
305
+ .completed {
306
+ border-right : none ;
307
+ }
305
308
.current-phase {
306
309
overflow-wrap : normal ;
307
310
padding-left : 10px ;
311
+ display : inline ;
308
312
309
313
.deadline-highlighted {
310
314
color : $tc-white ;
You can’t perform that action at this time.
0 commit comments