Question regarding layouts

I’m having an issue with creating a clean layout presentation when forms are involved. Whenever there is a form, it automatically creates a white background with borders (type: line I believe). My issue is that I’m trying to create a similar effect for other components (labels), so that they blend in.

If you look at the following snippet, they are not smooth ( https://webix.com/snippet/18ea38e3 ). I know I can tinker with css to make it smooth, but is there a better way? A Webix way?

Thanks

try to set type: "form" to layout view https://webix.com/snippet/568cbd2d

Thanks! type: “form” isn’t in the documentation under type doc. Maybe it’s somewhere else?

Anyways, thanks again!

This type is used within the view:"form" by default: https://webix.com/snippet/c1696506.

Anyway, we will update the documentation about layout types to include this one.