Skip to Content
0
May 19, 2020 at 12:49 PM

Set Auto height to header area of cross tab In Lumira Designer

120 Views

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 ;

}