Support Article
Columns are misaligned in a Hierarchical Table layout
SA-98191
Summary
In a Hierarchical Table layout, columns are misaligned.

Error Messages
Not Applicable
Steps to Reproduce
- Configure a Hierarchical Table.
- Ensure that the column contains large content.
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:
Add the below code in the Harness level CSS file:
div[node_name="custom_section"] .oflowDivM, div[node_name="custom_section"] th.cellCont.gridCell.highlight-ele {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Published January 8, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.