Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

If the discussion topic is too long it doesn't wrap but gets cut off on the comments-page...

edited November 2007 in Vanilla 1.0 Help
And another one... I made the discussion-topic on the comments-pages really big. Newspaperstyle. Now, if it's too long it gets cut off by default. (See above.) What do I have to add to the stylesheet so that it wraps/makes multiple lines? Thanks in advance to the CSS Guru(s) that help(s) me out! : ) #CommentsPage .ContentInfo h1

Comments

  • This is pretty sticky territory... full of browser hacks and !Importants... this is the best that I can come up with: #CommentsPage .ContentInfo h1 { float:left; width:60%; overflow:visible; white-space:normal; text-align:left; }
This discussion has been closed.