Skip to main content

In a table I’m getting single spacing between rows. When I add a Boolean checkbox field to the table,(LDC Rejected) the spacing increases. Is there something I can do about that? I should note that this is an aggregate model, if that makes a difference…


Without checkbox


With Checkbox

You’ll want to adjust the css properties for your checkbox fields. right click on a checkbox and inspect to see what’s going on with the css. If you want to make the change univerasally, you can do that in the theme builder. Otherwise, you can add some custom css to the page.


Reply