Hi.
Look a my snippet http://webix.com/snippet/041ab526
How do you explain when setting css property with invalid name, template is vertical centered ?
Thanks
Hi.
Look a my snippet http://webix.com/snippet/041ab526
How do you explain when setting css property with invalid name, template is vertical centered ?
Thanks
Look at the third column
Hi,
If you try to set any CSS-style, it disables .webix_clean
styling. You need to set the padding manually:
.webix_template {
padding: 0;
}