File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 416
416
}
417
417
418
418
.catalog-item-description {
419
+ display : -webkit-flex ;
420
+ -webkit-flex-flow : column ;
421
+ flex-flow : column ;
422
+ height : 85px ;
419
423
display : flex ;
420
424
padding : 15px ;
421
425
flex-direction : column ;
424
428
align-self : stretch ;
425
429
426
430
.start-date-description {
431
+ -webkit-order : 1 ;
432
+ order : 1 ;
427
433
align-self : stretch ;
428
434
overflow : hidden ;
429
435
color : var (--grey-text , #6F7175 );
435
441
}
436
442
437
443
.item-title {
438
- height : 36px ;
444
+ -webkit-order : 2 ;
445
+ order : 2 ;
439
446
align-self : stretch ;
440
447
color : rgba (3 , 21 , 45 , 0.85 );
441
448
/* Add elipses after 2 lines of title text */
Original file line number Diff line number Diff line change @@ -669,10 +669,10 @@ export class CatalogPage extends React.Component<Props> {
669
669
alt = ""
670
670
/>
671
671
< div className = "catalog-item-description" >
672
+ < div className = "item-title" > { course . title } </ div >
672
673
< div className = "start-date-description" >
673
674
{ getStartDateText ( course ) }
674
675
</ div >
675
- < div className = "item-title" > { course . title } </ div >
676
676
</ div >
677
677
</ div >
678
678
</ a >
You can’t perform that action at this time.
0 commit comments