cancel
Showing results for 
Search instead for 
Did you mean: 

SAP DESIGN STUDIO 1.6 SP5 SCORECARD CSS

andrewbarlow1
Participant
0 Kudos

Hi,

Can anybody tell me how to set the row height in a scorecard through CSS?

I have tried

.sapUiTableRowEven sapUiTableTr { height: 36px!important; }

But - it has no effect.

Checking the DOM with the inspector - this class seems to be the one to target but it fails to override the row height which is set to 16px in the control properties.

Any help much appreciated.....

Accepted Solutions (1)

Accepted Solutions (1)

sapna_jgurudutt
Active Contributor
0 Kudos

Dear Customer,

Can you try using .sapUiTableRowEven sapUiTableTr {height: 36px!important;};

and check if it helps you. Put ; after the command and remove some spaces used earlier and check if it helps you.

Thanks & Regards,

Sapna

Answers (0)