When there are items such as build parameters or build size they overflow out of the build history panel.

      In addition, when building the circle overlaps with the vertical line.

          [JENKINS-28425] UI: Build history overflows

          Code changed in jenkins
          User: Thomas Suckow
          Path:
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/97cffbe2e421d4e847ec91223cb995342319ac70
          Log:
          [FIXED JENKINS-28425] Fix build history styling badness

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Thomas Suckow Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/97cffbe2e421d4e847ec91223cb995342319ac70 Log: [FIXED JENKINS-28425] Fix build history styling badness

          Code changed in jenkins
          User: Tom Fennelly
          Path:
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/84236bf6d7351622e7916b9cf1a4be59b0ebbaa6
          Log:
          Merge pull request #1705 from thomassuckow/feature/history-overflow

          [FIXED JENKINS-28425] Fix build history styling badness

          Compare: https://github.com/jenkinsci/jenkins/compare/c1e3a64eea88...84236bf6d735

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Tom Fennelly Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/84236bf6d7351622e7916b9cf1a4be59b0ebbaa6 Log: Merge pull request #1705 from thomassuckow/feature/history-overflow [FIXED JENKINS-28425] Fix build history styling badness Compare: https://github.com/jenkinsci/jenkins/compare/c1e3a64eea88...84236bf6d735

          dogfood added a comment -

          Integrated in jenkins_main_trunk #4144
          [FIXED JENKINS-28425] Fix build history styling badness (Revision 97cffbe2e421d4e847ec91223cb995342319ac70)

          Result = SUCCESS
          thomas.suckow : 97cffbe2e421d4e847ec91223cb995342319ac70
          Files :

          • war/src/main/webapp/css/style.css

          dogfood added a comment - Integrated in jenkins_main_trunk #4144 [FIXED JENKINS-28425] Fix build history styling badness (Revision 97cffbe2e421d4e847ec91223cb995342319ac70) Result = SUCCESS thomas.suckow : 97cffbe2e421d4e847ec91223cb995342319ac70 Files : war/src/main/webapp/css/style.css

          Thomas Suckow added a comment -

          Thomas Suckow added a comment - Changelog is wrong: https://github.com/jenkinsci/jenkins/pull/1719

          Code changed in jenkins
          User: Daniel Beck
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/a594973432dbc04b0b53d6b29ec5abb7240d9568
          Log:
          Move JENKINS-28425 and JENKINS-28455 to 1.615

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: changelog.html http://jenkins-ci.org/commit/jenkins/a594973432dbc04b0b53d6b29ec5abb7240d9568 Log: Move JENKINS-28425 and JENKINS-28455 to 1.615

          Lars added a comment -

          This reverted https://github.com/jenkinsci/jenkins/commit/1dd60ec7780870f9c11686659178e52d251c15fc
          Now the animated ball in the build history again won't open console

          Lars added a comment - This reverted https://github.com/jenkinsci/jenkins/commit/1dd60ec7780870f9c11686659178e52d251c15fc Now the animated ball in the build history again won't open console

          Thomas Suckow added a comment -

          I missed the effect it had on the ball link. This is probably also why the console link broke the last time. These two selectors never should have been grouped.

          A better fix would be:

          .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 */
          }
          

          I don't have time to make a PR at the moment. If someone could do that it would be appreciated.

          Thomas Suckow added a comment - I missed the effect it had on the ball link. This is probably also why the console link broke the last time. These two selectors never should have been grouped. A better fix would be: .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 */ } I don't have time to make a PR at the moment. If someone could do that it would be appreciated.

          Daniel Beck added a comment -

          wolterhis Why did you reopen this issue? Is it not resolved? Note that if it caused a regression, that's a different issue.

          Daniel Beck added a comment - wolterhis Why did you reopen this issue? Is it not resolved? Note that if it caused a regression, that's a different issue.

          Thomas Suckow added a comment -

          Regression documented at JENKINS-28704

          Thomas Suckow added a comment - Regression documented at JENKINS-28704

            Unassigned Unassigned
            thomassuckow Thomas Suckow
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: