- Issue created by @wschwab
I figured out what needs to be addressed in the CSS to fix this.
Currently the CSS for this section looks like:
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
padding: 1px;
}This should be changed to:
.fc-daygrid-block-event .fc-event-title {
padding: 1px;
}.fc-daygrid-block-event .fc-event-time {
padding: 1px 5px 1px 1px;
}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
erutan β changed the visibility of the branch 3.1.x to hidden.
- πΊπΈUnited States erutan
I'm just using all day events on my calendar, but in theory this should be loaded after the libraries CSS (the first line will still be present). Might need an !important if things don't cascade as intended.