jenkins-contrib-themes / jenkins-neo-theme

A modern flat theme for Jenkins
http://jenkins-contrib-themes.github.io/jenkins-neo-theme/
352 stars 94 forks source link

Uses variable-width font for `pre` #31

Open GyrosGeier opened 7 years ago

GyrosGeier commented 7 years ago

With the theme enabled, HTML pre elements start using a variable-width font, unless they match a more specific rule such as pre.console-output.

The stdout/stderr view for jUnit testcases uses a <pre>…</pre> block without a class name to format the output, expecting a fixed-width font. This still works with the base theme, as it does not override the default font choice for pre, but in the Neo theme, "Open Sans" is used instead.