However, you are able to override this yourself using the style.css file included in your admin template.
For example, I have found the following will work as you wish:
[co]
white-space: unset !important;
}
As for why this has been implemented, you would need to contact the calendar developer for an exact reason. However, as an educated guess, multiple events will show in a line, and if you wish to see full detail, you can click on the "Day" view and events will expand as appropriate.
1 Comment
Login to post a comment.
However, you are able to override this yourself using the style.css file included in your admin template.
For example, I have found the following will work as you wish:
[co]
white-space: unset !important;
}
As for why this has been implemented, you would need to contact the calendar developer for an exact reason. However, as an educated guess, multiple events will show in a line, and if you wish to see full detail, you can click on the "Day" view and events will expand as appropriate.