Event title display is broken in Calendar Month, Week and Day Views after updating from 3.10.1 to 3.11. The container width appears compacted with a black background color applied. Screenshots available but behavior can be viewed by visiting the Calendar page on the site.
Using Chrome Dev Tools to add the following style overrides to this declaration in tribe-events-full.min.css?ver=3.11:1 resolves the appearance issue:
media="all"
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
width: 90%;
background-color: #fff;
}
Will leave broken until 7/29/15 for tribe review and will apply the workaround after that date.