Skip to content

Commit

Permalink
fix: course popover position issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenLee2 committed Jan 20, 2025
1 parent 4584700 commit 01b6cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/RoadmapPage/Course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Course: FC<CourseProps> = (props) => {
}
delay={100}
>
{requiredCourses ? <ExclamationTriangle /> : <InfoCircle />}
<div style={{ display: 'flex' }}>{requiredCourses ? <ExclamationTriangle /> : <InfoCircle />}</div>
</OverlayTrigger>
</div>
<div className="spacer"></div>
Expand Down

0 comments on commit 01b6cba

Please sign in to comment.