cancel
Showing results for 
Search instead for 
Did you mean: 

Cross Tab wrap text & hover in design studio 1.6

omsarangi
Explorer
0 Kudos

Hi ,

I want to wrap text in cross tab ( DS 1.6 ) & to to add a hover functionality on cross tab

Can any one help me on this .?

Accepted Solutions (1)

Accepted Solutions (1)

omsarangi
Explorer
0 Kudos

Thanks Tammy ,

It works perfect for me .

MustafaBensan
Active Contributor
0 Kudos

Hi Omprasad,

So that others may benefit, can you share the solution you applied?

Thanks,

Mustafa.

omsarangi
Explorer

Hi Mustafa,,

My requirement was to wrap the words in Dimension & Column header area for cross tab.

Please fallow the bellow link & u ll be more clear about the solution .

https://archive.sap.com/discussions/message/15484389#15484389

Answers (2)

Answers (2)

former_member194503
Participant
0 Kudos

Dear Omprasad,

Use below css code.

.sapzencrosstab-DataCellContentDiv, .sapzencrosstab-HeaderCellContentDiv

{

white-space:normal!important;

word-break:break-all!important;

height:25px!important;

}

TammyPowlas
Active Contributor
0 Kudos