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

progress bar is too small on build history widget

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • Firefox, Windows 10
    • 2.446

      Progress bar on build history is too small to click and to actually see progress:

      Structurally that could be a single div, but I can work with table too. This works as a patch:

      table.progress-bar {
          box-sizing: border-box;
          margin-block: 5px;
          --height: 10px;
          height: var(--height);
          * {
              display: block;
              padding: 0;
              margin: 0;
              height: var(--height);
          }
          tr {
              display: flex;
              width: 100%;
          }
      }
      

      The result of the css is:

            Unassigned Unassigned
            nux Maciej Jaros
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: