Hi, I've observed that the message element for a tr:selectBooleanCheckbox will be rendered in a table as
<span style="margin-left: 21px;" class="OraInlineErrorText"/> whereas for all other components it will be rendered as <span class="OraInlineErrorText"/>. The additional style attribute causes the span to be visible and increases the row height, even if no error message will be displayed. How can I suppress this increase in row height? -- Kind regards, Mathias

