Word wrap for signatures

They should already have word wrap?

"

.forumPostListTable .signature {
border-top: 1px solid #333;
padding-top: 5px;
word-wrap: break-word;
word-break: break-all;
}


Unless you're talking about something else!
Web DeveloperView our Developer Docs
After some investigation it looks like the word-break: break-all property is no longer correct (it used to only apply to CJK languages). Checked and confirmed myself using the latest Firefox beta.

I'll make sure this gets fixed, thanks!
Web DeveloperView our Developer Docs

Report Forum Post

Report Account:

Report Type

Additional Info