align imagebutton on tabbar

Hi webix team,
How to align imageButton to the right on tabbar?
I’d like the button to be aligned to the right and the label to be aligned to the center; however, even with align: “right” the button is still on the left.

Here is the snippet - Code Snippet

Thank you for any help you can provide.

https://snippet.webix.com/uffsdr3m

Add empty {} between elements.

Hello @Karena ,
Here is the information about how to size components.
Yes, as a solution, you can use a spacer as it’s shown below.
As another solution, you can use inputWidth with align:"right" and it will work perfectly: https://snippet.webix.com/cfddklaj

Thanks, @Jacekk015 @Nastja