[bug] form input control doesn't align with normal control

Hi,

I just found that form input control dones’t align left with normal control in form, the difference is small (around 2px) but make form not complete tidy.
It seems affect all skins.

https://snippet.webix.com/77oqdws0

Regards
Wicky

Hi,

I can confirm the issue, thank you for reporting. The fix will be available as a part of the next update.

As a quick fix, you can set labelWidth:78 for the FormInput control, as well as adjust label padding a bit: Code Snippet

Thanks for the workaround!