Support Article
Word Wrap does not work in Report Definition
SA-14016
Summary
The requirement is to perform word wrap of column name in report viewer.
Without word wrap column names are truncated.
Resolution
Perform the following local-change:
<style>
.gridHeaderTable th.cellCont div.cellIn
{
white-space: normal;
word-wrap: break-word;
word-break; break-word;
}
</style>
Published September 4, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.