Times being cut off on multiday events

Created on 23 April 2025, about 1 month ago

Problem/Motivation

On multiday events, the time is being cut off. On the attached screen capture, this can be seen on the event 2025 Monroe Spring Sports Camporee that is dated 4/4-4/6. The p is being cut off in the time in the heading.

The can also be seen on the Camp Minsi Female Summit on 4/12-4/13. The a in 8am is also cut off. It shouldn't be cut off and fully display.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • 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
  • πŸ‡ΊπŸ‡ΈUnited States erutan

    erutan β†’ changed the visibility of the branch 3.1.x to hidden.

  • Merge request !62Resolve #3520837 "Times being cut" β†’ (Open) created by erutan
  • πŸ‡ΊπŸ‡Έ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.

  • Pipeline finished with Failed
    12 days ago
    Total: 190s
    #495391
Production build 0.71.5 2024