-
Bug
-
Resolution: Fixed
-
Major
JENKINS-28425 created a regression where the ball on an build in progress does not open the console.
The selectors never should have been grouped together even though the spacing should be the same.
Fix:
.build-row-cell .pane.build-name .display-name {
margin-left: 20px;
}
.build-row-cell .indent-multiline {
padding-left: 20px !important; /* Sync changes with func expandControlsTo50Percent in hudson-behavior.js */
}
- is duplicated by
-
JENKINS-28745 Again - Animated ball in job's build history widget won't open Console Output
-
- Resolved
-
Code changed in jenkins
User: Thomas Suckow
Path:
changelog.html
war/src/main/webapp/css/style.css
http://jenkins-ci.org/commit/jenkins/2522ffcb7da066cf52445c3c3a9eedcc0d55fcc2
Log:
[FIXED JENKINS-28704] Regression for build-history link not opening console