Border of the form/box

Hi, by referring the snippet, may I know what can we do to have the left and right border like the top and bottom?

https://webix.com/snippet/465003a5

Hello!
You just need to add type:"space" like:

webix.ui({
    type: "space",
    rows: [
      ...
    ]
});

Please, check the snippet: https://webix.com/snippet/0808b004