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.
Title runs over
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
0
Answers
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;