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 Nöth (Jira)" <de...@myfaces.apache.org> on 2023/06/27 08:40:00 UTC

[jira] [Created] (TOBAGO-2237) Wrong position for icons in tc:tab bar-facet

Henning Nöth created TOBAGO-2237:
------------------------------------

             Summary: Wrong position for icons in tc:tab bar-facet
                 Key: TOBAGO-2237
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2237
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Themes
    Affects Versions: 5.7.2
            Reporter: Henning Nöth


The tc:link icon in the following code is positioned at the top of the tab label. But it should be placed at the same height as the label.

{code:xml}
<tc:tab label="Tab">
  <f:facet name="bar">
    <tc:link image="bi-x-lg" omit="true"/>
  </f:facet>
  Content of tab
</tc:tab>
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)