[bug] iconButton right padding is not correct when autowidth=true or false

Hi,

I just tried iconButton and it seems the right padding is not equal to left padding when autowidth=true.

Please check this sample:
https://snippet.webix.com/cm79oqkx

You can see for text button, it looks ok, but for icon button, right padding is bigger than left padding, which makes the button not beautiful.

The situation is same for all skins.

And if I change autowidth=false, iconButton doesn’t align center like text button.

https://snippet.webix.com/eer2holm

Best Regards
Wicky

Hello,

We will check it out and probably consider to fix. As a quick solution, you can set the following css to your app page: Code Snippet

The quick fix works. Thanks!