Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fn.generate_stylesheet): only return new stylesheet if colWidth and
this.$wrapper.width() are > 0 With reponsive layouts, on window resize, colWidth and this.$wrapper.width() can be <= 0. This causes widget widths to be set as <= 0. I think it is fair to assume that both the colWidth and $wrapper.width() must be greater than 0 in order to generate a valid stylesheet.
- Loading branch information