HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Code Snippet

422422 MVP
edited February 2013 in Feedback

For improving the < pre > and < code > tag styling for users using buttonbar. I have added this to our css, and I am happy with the look. You would need to add this code block to your custom.css file.

code, pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word; 
    line-height:21px;
}

There was an error rendering this rich post.

Comments

Sign In or Register to comment.