react-crud-mobile 1.3.330 → 1.3.331

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -836,6 +836,7 @@ function UIInput(props) {
836
836
  }
837
837
  css = _extends({}, style(type), css, style('input'));
838
838
  css.lineHeight = parseInt(css.fontSize) + 3;
839
+ //v1
839
840
  return css;
840
841
  });
841
842
  if (defs.autoHeight) {