- This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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
Not 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.
@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?
No problem
On my HTC ONE X…the thread title overflows (as it has here) and I can swipe sideways.
Hmm…
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?
In 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.