diff --git a/src/views/components/calendar/CalendarCourseCell.tsx b/src/views/components/calendar/CalendarCourseCell.tsx index 7011f21a..8c370f73 100644 --- a/src/views/components/calendar/CalendarCourseCell.tsx +++ b/src/views/components/calendar/CalendarCourseCell.tsx @@ -53,6 +53,7 @@ export default function CalendarCourseCell({ // text-white or text-black based on secondaryColor const fontColor = pickFontColor(colors.primaryColor); + // Note that overflow-hidden is the duct tape holding this all together return (