When I use the standard icons I can choose between 3 pre-defined sizes (small, normal, large).
Where can I change these icon sizes or make some custom sizes?
Hello Kurt,
Please add a custom class to that component and create a CSS file with styles for that class, e.g.:
pre.myClass{
font-size:20px;
}/pre
Obvious. I didn't notice that the icon size was controlled by the font-size. Thanks.