You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2017/07/05 09:50:00 UTC

[jira] [Commented] (TOBAGO-1765) Margin-bottom disappears from sheet if a max-height is set

    [ https://issues.apache.org/jira/browse/TOBAGO-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074509#comment-16074509 ] 

Hudson commented on TOBAGO-1765:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #948 (See [https://builds.apache.org/job/Tobago%20Trunk/948/])
TOBAGO-1765 Margin-bottom disappears from sheet if a max-height is set
* move margin-bottom from bootstrap-class 'table' to .tobago-sheet (hnoeth: [http://svn.apache.org/viewvc/?view=rev&rev=1800852])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss


> Margin-bottom disappears from sheet if a max-height is set
> ----------------------------------------------------------
>
>                 Key: TOBAGO-1765
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1765
>             Project: MyFaces Tobago
>          Issue Type: Bug
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>
> With the following code: Between sheet and button will be a margin.
> {code}<tc:sheet id="s1" value="#{sheetController.solarList}" var="object" >
>     ...
> </tc:sheet>
> <tc:button label="Submit"/>{code}
> With the following code: Between sheet and button will be no margin.
> {code}<tc:sheet id="s1" value="#{sheetController.solarList}" var="object" >
>     <tc:style maxHeight="500px"/>
>     ...
> </tc:sheet>
> <tc:button label="Submit"/>{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)