Heyhey,
say i have this item:
and i then have this in the css:
I notice that only the text-style is applied, not the font size. This works in other components, like labels, so i don't think it's something wrong with the css or code.
Is it by design perhaps?
13.1-p20250323
say i have this item:
Code:
RadioGroupItem item = new RadioGroupItem() item.setTextBoxStyle(WebConstants.VERYSMALLITALICS_TEXT);
Code:
.vSText, .vSiText { font-size: 11px; color: #333333; } .vSiText { font-style: italic; }
Is it by design perhaps?
13.1-p20250323
Comment