Skip to content

Issue 3941: Code preview dark doesn't display correctly with long lines

Drew Blessing requested to merge github/fork/dblessing/issue3941 into master

Assigning the background color to the pre tag did not work correctly. Moved background color to the highlight class which fixes the problem.

This fixes #3941

Merge request reports