cancel
Showing results for 
Search instead for 
Did you mean: 

CSS(?) formatting crosstab

Former Member
0 Kudos

Hi,

I have got a question related to changing format of column name in crosstab (I want to use "wrapping mode"),

I believe if it is possible at all it should be done by CSS,

can you give me a small hint, is it possible at all,

Can I find some reference for all the possible things that can be changed within CSS?

Thanks,

Marcin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marcin,

try to use the following piece of CSS  to get a sort of wrapping

.sapzencrosstab-HeaderCellContentDiv {

       white-space:normal!important;

}