Skip to Content
0
Jun 07, 2018 at 12:05 PM

SAP DESIGN STUDIO 1.6 SP5 SCORECARD CSS

108 Views

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.....