You cannot make three adjacent columns (i.e. left-center-right). This would be useful to visualize a CI flow (unit test - build+deploy - integration test).

      The problem seems to be in the CSS handling. Every left-aligned column contains "float:left; clear:left", right-aligned contains "float:right; clear:right" and centered columns "clear:both". Thus three columns always exclude each others.

          [JENKINS-13211] Cannot make three adjacent columns

            tbingaman Timothy Bingaman
            plaa Sampo Niskanen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: