feat: one single exclamation mark did all that (#235)

This commit is contained in:
2024-09-28 22:21:16 -05:00
committed by GitHub
parent 438c82bfb5
commit be87e41814

View File

@@ -79,7 +79,7 @@ export default function CalendarCourseCell({
<Text <Text
variant='h1-course' variant='h1-course'
as='p' as='p'
className={clsx('leading-tight! truncate overflow-clip', { className={clsx('leading-tight! truncate overflow-clip!', {
'-mb-0.2': timeAndLocation, '-mb-0.2': timeAndLocation,
'text-wrap': !timeAndLocation, 'text-wrap': !timeAndLocation,
})} })}