Skip to content

Cleanup FormLayout

Carl Schwan requested to merge work/form-layout-cleanup into master
* Use let or const instead of var
* Early return in functions
* Fix an issue with effectiveLayout using height from temporary item
  instead of height of label
Edited by Carl Schwan

Merge request reports