Skip to content

Commit

Permalink
chore: clip on event overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 13, 2024
1 parent 5eb5239 commit d1ee1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function renderEventListMonth({ event }: EventContentArg) {

function renderEventTimeGridWeek({ event }: EventContentArg) {
return (
<div className="text-left">
<div className="h-full overflow-clip text-left">
<span className="line-clamp-2">{event.title}</span>
<span className="line-clamp-2 text-xs">
{event.extendedProps.location}
Expand Down

0 comments on commit d1ee1d4

Please sign in to comment.