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