Fieldset width and height problem.

Good day Webix team,

I have a small problem with fieldset. The width and height parameters doesn’t seem to work.

http://webix.com/snippet/b0184371

Hello,

In your current configuration, the buttons’ strict width affects the whole container. It can be resolved by adding an empty view into the same column.

But unfortunately, we found a bug with the sizing of the fieldset. For now, if the fieldset is embedded in the container, the height should be specified in its style:

http://webix.com/snippet/3d3fa02f

Thank you for the answer !