Skip to main content

I am using a field editor to display multiple records with parent and child records. I have used a custom field renderer to create string for the parent and another for the child.



The end result has many lines like this for a kid’s music performance program:




How can I decrease the distance between the fields so that it looks like they are single spaced?

Instead of using two fields, you could display both fields inside of a template field. Then you can control spacing, font, etc. I have made multi line template fields that include multiple fields. Works well for managing space horizontal space limitations. Hope this helps.


Raymond has a good approach.  You could also hack the CSS.  Adding a custom css resource to your skuid page that targets the field editor components.  Find which element to target by inspecting the element on your output page.