Toolbar collapsing control

Hi team!
Does it is possible to control collapsing of a toolbar?

Following tis snippet:
https://webix.com/snippet/1052621e

If I resize the screen under 400px the toolbar collapse the last button, I need to reduce this value to 350px, evens resizing elements if necessary…

Thanks in advance
Perez

Hello!
The minimal width of each tab is 100px by default. It is common for all the tabs of tabbar and can be changed with the help of tabMinWidth property. More information you can see here
Also you can point <a href = "https://docs.webix.com/api__link__ui.tabbar_minwidth_config.html">minWidth</a>

Awesome!
Thanks a lot!

Perez