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.
Options

Title runs over

edited June 2012 in Vanilla 2.0 - 2.8

Hello,

I made some changes to the CSS file in vanilla and I am faced with an issue. My discussion titles run over. What do I need to do in order to have a second line?

please see picture

http://becariossenescyt.com/vanillarunover.png

Answers

  • Options

    Ok, I found the issue.

    I added white-space:normal;

    to this in the CSS

    .HeadingTabs .SubTab {
    font-size: 14px;
    display: inline;
    font-weight: bold;
    background: none;
    padding: 0;
    line-height: 2.4;
    white-space:normal;

Sign In or Register to comment.