Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
moved MeModule, now text of conversation excerpts is not wrapping
fh111
✭✭
Hey guys
i am using the baseline theme and i moved the MeModule to the ul with the class .SiteMenu and for some reason the Excerpt text does not wrap anymore. see http://i.imgur.com/nAcZYsa.png
I have no idea why this is happening and how to solve this. maybe somebody here has an idea?
Tagged:
0
Comments
You need to write a new rule for it.
Try this
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Hm, that changed it slightly, but just pulled the text further to the left. the text is still not wrapping. see here http://i.imgur.com/OuAfEj3.png
If i give the div with the class .Excerpt (which seems to be the element that has the text that is not wrapping) a width of 150px, i would expect the text to wrap after 150px but the words go right through. It's weird
Make me a test account and pm the login info with a link to the site.
what makes things wrap :
word-wrap: break-word;
word-wrap:pre-wrap;
word-wrap:-pre-line;
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ok thanks, this is what you need to do to fix that
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks @vrijvlinder, this solved the problem!!