Hi,

For some reason at some point in time date/times have started wrapping which is pushing my views all over the place..

In the past a date would show on a single line..

27/10/2015 - 6:40am to 7:40am

Now it's displaying over two lines..

27/10/2015 -
6:40am to 7:40am

I can't see any CSS or anything theme related causing it and it used to be on one line and the theme has not be changed so I can only think something has changed on the module..

Anyone one any ideas?

Comments

wipeout_dude created an issue.

linneawilliams’s picture

I'm having the same issue. What's interesting is that if it spans multiple dates, it still displays on a single line:

OCTOBER 31, 2015 - 9:00AM TO NOVEMBER 3, 2015 - 6:00PM

vs.

DECEMBER 15, 2015 -
10:00AM TO 11:00AM

Michael_Lessard_micles.biz’s picture

From what I see, only those date fields that begin as 'even' (versus 'odd') have that issue (?!).

To be more clear, in CSS, those that begin as
div.field-item.even (and not div.field-item.odd).

The reason I use say "that begin" is that this issue also happens for the lists of Repeating Dates for a given event (if you use the option to show the many next dates of a Repeating event). If the lot begins as even, they all have a "break-line" or some sort.

I know, I know, this is weird. I am looking for a work-a-round using CSS meanwhile.

Michael_Lessard_micles.biz’s picture

Found the answer ! Thanks to PascalAnimateur (see link)
https://www.drupal.org/node/2570239