Hey Shawn,
Thanks for sharing that. I had a hunch you were using Divi. 🙂 I work with it a lot.
The thingy is squashed because there is not enough space for it in the sidebar.
Adding this snippet to your theme’s style.css file should correct the issue:
.tribe-mini-calendar-event .list-info {
width: 75% !important;
}
.tribe-mini-calendar-event .list-date {
width: 20% !important;
}
Note: it doesn’t add up to 100% because the list-date also has a 5% right margin, so that’s the missing five. In case you were wondering.
Check this and let me know if that solves it for you.
Cheers,
Andras