How increase height of horizontal table rows
Summary:
As the wrap text feature is not available for horizontal tables in configuration, we need a method to display all text entered in these table cells to users when it overflows the standard cell size / row height.
Content (required):
Ideally, we would like to automatically and conditionally increase the height of horizontal table rows, to auto fit text that has been entered by users for text area type attributes. Is this possible to do via custom CSS ?
If not, can we simply increase the height of all rows in a given horizontal table ? We have made columns as wide as possible already and most of the text in some fields is still not visible without clicking in that cell and scrolling down. I also was able to figure out how to add a vertical scroll bar but users are still not satisfied.