Udo Schnurpfeil created TOBAGO-1925:
---------------------------------------
Summary: Button Groups may streched vertically
Key: TOBAGO-1925
URL: https://issues.apache.org/jira/browse/TOBAGO-1925
Project: MyFaces Tobago
Issue Type: Bug
Components: Themes
Reporter: Udo Schnurpfeil
Example:
{code:java}
<tc:section label="#{title}" id="content">
<f:facet name="bar">
<tc:buttons>
<tc:button
tip="previous" image="fa-step-backward"
disabled="false" link="https://www.apache.com/"/>
<tc:button
tip="next" image="fa-step-forward"
disabled="true" />
</tc:buttons>
</f:facet>
content
</tc:section>
{code}
There is also a problem, in that case: Icon aren't centered vertically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)