[SMF 2.0.x] Long usernames, custom titles or personal text 'breakes' theme

Started by Adrek, December 29, 2012, 12:53:09 PM

Previous topic - Next topic

Adrek

I see that it's fixed in 2.1, but maybe some next update for 2.0 series can include fix for this:


It needs just simple word-wrap: break-word; for class poster, but i guess you know it :)
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Antechinus

This is the most bulletproof way of handling it:

.poster li {
word-break: hyphenate;
word-wrap: break-word;
}


It really needs both to cover all bases.

emanuele

Thanks for the report.

I think it has been reported already (there should be a topic in this board or in fixed/bogus) and if I remember correctly it's fixed in 2.1.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Antechinus

Yeah it was. That's why I made up that css: to fix it in 2.1. Could be included in a 2.0.x patch, but probably wont be. Better suited to Tips and Tricks IMO.

Advertisement: