[ 
https://issues.jenkins-ci.org/browse/JENKINS-13211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160672#comment-160672
 ] 

Sampo Niskanen commented on JENKINS-13211:
------------------------------------------

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.
                
> Cannot make three adjacent columns
> ----------------------------------
>
>                 Key: JENKINS-13211
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13211
>             Project: Jenkins
>          Issue Type: Bug
>          Components: sectioned-view
>            Reporter: Sampo Niskanen
>            Assignee: Timothy Bingaman
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to