Apologies if this appears twice - but the site went slow and couldn't see it when I logged back in.

Having built a demo in 4.6.0 using an older Event, all of which seemed fine, I have started from scratch to build the live site. Using 4.6.2 and latest Event.

All seems fine except that when you choose a date from the calendar and get a Day View the Width goes crazy because the text isn't wrapping. Ditto choosing Day when in some other View.

However all other views of the same nodes seem fine.

Cheers

Comments

iandickson’s picture

lennart’s picture

Do you use flexinode? Then this is probably due to

white-space: nowrap;

in drupal.css for class form-item which flexinode uses

Find all form-item classes and comment out the white-space: nowrap; line

It is NOT a bug in event.module

iandickson’s picture

What a wonderful person.

Thank you, you were right, and just saved me hours of work - today I was going to start preventing day view even showing, which was going to a horrible php edit, for me anyway.

killes@www.drop.org’s picture

Status: Active » Fixed
Anonymous’s picture

kmr2005’s picture

Anonymous’s picture

pem’s picture

Status: Fixed » Closed (fixed)