From 438c82bfb5db0f570b261d15368a05447939b0fb Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 28 Sep 2024 21:19:33 -0500 Subject: [PATCH] feat: aesthetically pleasing squishier course blocks when compressed (#232) --- src/views/components/calendar/CalendarCourseCell.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 (