Skip to content

Commit

Permalink
fix: 교과과정 설명 모달 헤더 overflow 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Limchansol committed Apr 7, 2024
1 parent 57fa56c commit 5cb1684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function CourseDetailModal({ course, onClose }: CourseDetailModal

function CourseHeader({ course }: { course: Course }) {
return (
<h4 className="flex items-center gap-2">
<h4 className="flex flex-wrap items-center gap-2">
<BookmarkIcon />
<span className="font-bold">{course.name}</span>
<div className="flex items-center divide-x divide-neutral-200 pt-1 text-sm text-neutral-600 [&_span]:px-2">
Expand Down

0 comments on commit 5cb1684

Please sign in to comment.