-
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