This topic contains 7 replies, has 0 voices, and was last updated by chrisburton 5 years, 8 months ago.
-
AuthorPosts
-
May 29, 2013 at 11:48 am #45181
Mind helping me out on solving a forums issue to email Chris about?
@chrisburton is it on every page? shoot me an email if you could. I’m out for the rest of the week.
— Chris Coyier (@chriscoyier) May 29, 2013
May 29, 2013 at 11:58 am #136896Not at all but I don’t have any issue with the forums on my Android HTC ONE X….looks like it could be iPhone specific.
EDIT: Although the pagination is a little tight.
I can upload a screenshot image later if required.
May 29, 2013 at 12:00 pm #136897@paulie_d I’m going to create a new thread with an incredibly long title. I believe this is the cause of the issue and will upload a screenshot.
Mind closing (don’t delete it just yet) the thread as soon as I create it?
May 29, 2013 at 12:01 pm #136898No problem
May 29, 2013 at 12:03 pm #136899On my HTC ONE X…the thread title overflows (as it has here) and I can swipe sideways.
May 29, 2013 at 12:04 pm #136901May 29, 2013 at 12:07 pm #136903Hmm…
It’s in a div with class of “SubTab”
Perhaps
word-wrap: break-word;
I’ll think leave it live for now (but closed) for future testing/referral?
May 29, 2013 at 12:13 pm #136904In addition to `word-wrap: break-word` I think you need `word-break: break-all` for FF (because on desktop it looks weird too, just not as weird as Chris’ screenshot), let me test.
EDIT: Nope. Just `word-wrap` works fine in FF… could have sworn I needed `word-break` for some browser though.
-
AuthorPosts
You must be logged in to reply to this topic.