#111719

I tried and I reduced the size using (cfg-button-inline is my class)
smart-button.cfg-button-inline {

height :24px;

width:25px;

}
Now I see the correct size of the button but the icon is visible only partially in the bottom right corner.

Inspecting the page I saw the internal <button> tag still have a 32×32 size.

Tks