You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/02/14 11:55:41 UTC

[jira] [Created] (TOBAGO-1702) No spacing of buttonGroups within flexLayout

Henning Noeth created TOBAGO-1702:
-------------------------------------

             Summary: No spacing of buttonGroups within flexLayout
                 Key: TOBAGO-1702
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1702
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Themes
    Affects Versions: 3.0.3
            Reporter: Henning Noeth
            Assignee: Henning Noeth
            Priority: Minor


<tc:buttons> within a <tc:flexLayout> have no gap between themselves.

{code:xml}
<tc:flexLayout columns="auto;*;auto;auto">
  <tc:button label="Abbrechen"/>
  <tc:panel/>
  <tc:buttons>
    <tc:button label="Left"/>
    <tc:button label="Right"/>
  </tc:buttons>
  <tc:buttons>
    <tc:button label="Left"/>
    <tc:button label="Right"/>
  </tc:buttons>
</tc:flexLayout>
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)