Hello Experts ,
I am working with a generic Analysis dashboard & My requirement is to Wrap text with auto height in cross tab header area .
I am using bellow CSS , But unfortunately its not working as expected . any suggestion will be more helpful .
.sapzencrosstab-DataCellContentDiv, .sapzencrosstab-HeaderCellContentDiv
{
white-space:normal!important;
word-break:break-all!important;
max-height: auto ;
}