Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-25393

UI: Build History box looks bad with medium to long build labels

    XMLWordPrintable

Details

    Description

      The build history box allocates about 50% of its width to the build label and about 50% to the build time. This often means that the build label wraps after the status icon.

      The simplest solution would be to define the style:
      #buildHistory .build-name {
      /* max-width: 120px; */
      white-space: nowrap;
      }

      Along with that it would be good to either make the build time use a smaller font size or use a format for the date that takes less space or use a different date format based on how long ago the build was.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mendelson_paulh Paul Mendelson
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: