This is mainly a theming/styling issue that you’ll need to play around with in your website theme but here is something to at least get you started. Add the following to your themes style.css file at the end:
#tribe-events-content .tribe-events-calendar td .tribe-events-event {
width: 66px;
}
This will set the width of events within the calendar. Aside from that you’ll have to play around with the styling more to get things the way you want.