I have records with 34 fields (31 are single character integers) that I need to display on single rows of multiple record forms and have each fit a standard screen width.
I set 10px on the CSS width setting of each title and field, but the horizontal spacing between each title/field is too much to permit viewing everything without horizontal scrolling.
Should I develop a custom style and adjust the appropriate CSS setting and if so - which one?
Or is there another method I could use?