- Issue created by @wschwab
I figured out what needs to be addressed in the CSS to fix this.
The following should be added to the following sections of CSS:
/* This is so the time doesn't wrap if the event title is wrapping */
.fc-daygrid-block-event .fc-event-time, .fc-event-main .fc-event-time {
white-space: nowrap;
}/* This is so the time doesn't wrap if the event title is wrapping */
.fc-daygrid-dot-event .fc-event-title, .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start) {
white-space: normal;
}I have not found where this should be in the actual module's code in order to create an actual patch. I'm currently overriding the statement in CSS with the !important tag to get it to display correctly.
- πΊπΈUnited States erutan
Wouldn't this and https://www.drupal.org/project/fullcalendar/issues/3520837 π Times being cut off on multiday events Active get added to the bottom of:
https://git.drupalcode.org/project/fullcalendar/-/blob/3.1.x/assets/css/...
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.1.x to hidden.
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.0.x to hidden.
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.0.x to active.
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.1.x to active.
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.0.x to hidden.
- πΊπΈUnited States erutan
erutan β changed the visibility of the branch 3.1.x to hidden.
- πΊπΈUnited States erutan
Sorry for the flubs on issue forks, was using a new tool and multitasking :)