File tree 2 files changed +2
-2
lines changed
app/components/track-page
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<div class =" h-60 overflow-hidden" >
23
23
<TrackPage::CourseCard::StageList @completedStages ={{ (array )}} @course ={{ @course }} />
24
24
25
- <div class =" absolute top-20 bottom-0 left-0 right-0 vertical-mask dark:vertical-mask-gray-850 p-4 flex items-end justify-center" >
25
+ <div class =" absolute top-20 bottom-0 left-0 right-0 vertical-mask dark:vertical-mask-gray-850 rounded-b-md p-4 flex items-end justify-center" >
26
26
<TrackPage::CourseCard::SignupToPreviewButton />
27
27
</div >
28
28
</div >
Original file line number Diff line number Diff line change 1
1
<div class =" flex items-center justify-between" ...attributes data-test-track-header>
2
- <div >
2
+ <div class = " flex-grow " >
3
3
<div class =" flex items-center justify-between mb-1 md:mb-3" >
4
4
<h1 class =" text-3xl md:text-5xl text-gray-800 dark:text-gray-50 font-bold tracking-tighter" >
5
5
Master
You can’t perform that action at this time.
0 commit comments