.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day{
aspect-ratio:auto;
border-color:var(--tec-color-border-secondary-month-grid);
border-style:solid;
border-width:0 1px 1px 0;
height:auto;
min-height:168px;
overflow:visible;
padding-top:0
}
I added the height:auto;
and this seems to have resolved my issue into the views-skeleton.min.css
file.