Hi,
Is there any way to reduce the height/padding of the label component? I tried to modify the CSS to reduce the top and bottom padding of the label objects, but it doesn’t seem to work. Basically I would like to make custom badge component out of the Label objects. For example if I apply the following CSS:
.anvil-role-level-badge {
border-radius: 3px;
padding: 0px 3px;
}
I get the following label:
I can control the left and right padding but not top and bottom (actually, it can be increased but not decreased).
Thanks!