Closed (fixed)
Project:
Fold
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Mar 2012 at 16:47 UTC
Updated:
11 May 2012 at 17:55 UTC
I'm using the syntaxhighlighter module to add color to blocks of code. I had to use the following tweak in style.css to make sure syntaxhighlighted code blocks don't get messed up (spacing issues caused by "display: block" instead of "display: inline")
Maybe you can include this in your style.css by default? Maybe it's not that important to others?
/** Fix issue with syntax highlighter **/
.syntaxhighlighter code {
display: inline;
}
Comments
Comment #1
ravis commentedthank you @agileadam for pointing the issue and providing the solution.
Will add this fix in next release.