Possible line brake with CSS

I am embedding a google calendar into a site, I am able to change the stylesheet but not the structure, if you go here you can view the calendar http://www.venymirateatro.com/vym/index.php/en/component/content/article?id=64 that calendar displays a month view and some events are in there already, if you look at them they are in a format span time of event span span name of event span, and I would like to be able to see the full event´s name is there a way to achieve that with CSS only?

the file containing the CSS can be viewed with firebug with the name new.css

thank you for your input

the class “te” is set to white-space:no-wrap. Change that to white-space:normal and it should, well… start wrapping.

Though wow, somebody at Google needs a pimp slap over the markup that script generates… div for nothing, span doing TH’s job, spans for nothing… endless classes for christmas only knows what…

Thank you so much, that is exactly what I was looking for