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
Comment #1
iandickson commentedFor example www.likal.com/theegg
Comment #2
lennart commentedDo 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
Comment #3
iandickson commentedWhat 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.
Comment #4
killes@www.drop.org commentedComment #5
(not verified) commentedComment #6
kmr2005 commentedComment #7
(not verified) commentedComment #8
pem commented