-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.338
Running builds have an additional nested pre element, presumably from https://github.com/jenkinsci/jenkins/blob/f7884d3513c6e436baef432a486197a3bb4d846c/core/src/main/resources/lib/hudson/progressiveText.jelly#L72
[JENKINS-64435] Running build logs have a different font size than finished build logs
Attachment | New: Screenshot 2020-12-14 at 00.00.43.png [ 53593 ] |
Labels | Original: ui ux | New: regression ui ux |
Epic Link | New: JENKINS-60919 [ 204316 ] |
While the additional nested element existed in Jenkins 2.225, the font size was the same. It is different in 2.226, indicating https://github.com/jenkinsci/jenkins/commit/56bce19cd6e26a4e122f761cb6fd3baf47a870e1 caused this to break.
Perhaps fqueiruga knows enough about the progressiveText insanity to safely get rid of the extra level of nesting?