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

          Using Jenkins version 1.456 and sectioned view 1.16.

          Sampo Niskanen added a comment - Using Jenkins version 1.456 and sectioned view 1.16.

          Could this actually be fixed by creating a "default" position, which defines the div to be inline-block without any clearing? This could simplify also other configurations.

          Three adjacent columns could be made either by having all of them "default", or left-default-right. Also 2/3 - 1/3 section configurations would flow naturally.

          Sampo Niskanen added a comment - Could this actually be fixed by creating a "default" position, which defines the div to be inline-block without any clearing? This could simplify also other configurations. Three adjacent columns could be made either by having all of them "default", or left-default-right. Also 2/3 - 1/3 section configurations would flow naturally.

          Harald Reingruber added a comment - is this a duplicate of https://issues.jenkins-ci.org/browse/JENKINS-19376?

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

              Created:
              Updated: