How to decrease font size in multi kpi in Qliksense
Hi All,
I am using multi KPI object for taking 4 measures at a time.
But i am unable to decrease the font size . in properties, I am able to see min, normal, large options only i want to decrease font size. If i select font size is min it is showing bigger font.
Can you please suggest me how to decreasing custom font size.
I am trying to use CSS code but this code works entire sheet .
I am using below CSS code for decreasing font size. But font size decreasing entire sheet.
.qv-object * { font-size: 50%; }
Can you please suggest me how to apply only single object.