ucsc / wcms-design-templates

Styles and Javascript for official UC Santa Cruz web templates
http://webassets.ucsc.edu
4 stars 3 forks source link

Overlapping Text on iPhone #350

Closed claucasf closed 9 years ago

claucasf commented 10 years ago

overlapping text

knice commented 9 years ago

This is an issue with the user's HTML. Removing the non-breaking space in the date region of each event item will fix this issue:

2014-11-10-155702

dajoturner commented 9 years ago

Yep, confirmed that this was user code. Looks like they are managing this block pretty regularly - @teresasilva71 Should we reach out to train them on not putting spaces with the date number? For example, "Nov " and "14" work great, but "Nov" and " 14" breaks, if that makes sense.

Either way, closing this issue.