Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Timste
Contributor II
Contributor II

KPI Border spacing with Simple KPI Extension

Hello,

I want to create menu muttons with the "simple KPI" extension to navigate to other pages. When I use the css code below in my simple kpi extension, I get the buttons on picture 1. When I use the same code on multi kpi, I get the buttons on picute 2. Why is there a difference and how I can archieve the same results (border spacing) with the simple kpi extension?

 

Thank You

picture 1:

Timste_0-1626714258606.png

picture 2:

Timste_0-1626714725241.png

 

css code for label:

& .label {
font-family: 'Raleway', sans-serif;
background: #0072bc;
border: 1px solid #445561;
border-radius: 2px;
text-transform: uppercase;
}

0 Replies