Flex Layout

Hi,
I have a problem with the flex layout. I have 4 columns per row, in each column there is a view: “template” where through HTML & CSS I write how it should be.
When I reduce the page, the fourth column goes to cover all the available space when, I would like that it takes the same width as the other columns above.
Is there a solution for this problem?

Below I put the snippet link I’ve created.

https://snippet.webix.com/tzxl7tn5

Hello,

Webix automatically resizes widgets if they don’t have fixed dimensions.

To ensure the same width for widgets, please state it explicitly in configuration:https://snippet.webix.com/08opttwa

Thanks, I needed that the cards had a minWidth and not a fixed width, the problem was solved creating a custom protoUI modifying the flexBasis.