Skip to content

Commit 023eef6

Browse files
committed
whitespace-nowrap
1 parent ef31be1 commit 023eef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

my-app/src/views/Components/CoursePagePopup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function CoursePagePopup({
5151
<div>
5252
<h2 className="text-5xl font-extrabold text-[#2e2e4f] ">
5353
<span className="text-violet-700">{course.code}</span> - {course.name}
54-
<span className="ml-4 text-lg text-violet-700">({course.credits} Credits)</span>
54+
<span className="ml-4 text-lg text-violet-700 whitespace-nowrap">({course.credits} Credits)</span>
5555
</h2>
5656
<div className="my-6 h-1.5 w-full bg-violet-500"></div>
5757
</div>

0 commit comments

Comments
 (0)