Code Snippet
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.
1

Comments
Awesome!
I could not add a pull request, so I added a 'bug report' on gitHub : https://github.com/vanillaforums/Garden/issues/1526
There was an error rendering this rich post.