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.
@@ -827,6 +827,7 @@ function UIInput(props) {
827
827
  }
828
828
  css = _extends({}, style(type), css, style('input'));
829
829
  css.lineHeight = parseInt(css.fontSize) + 3;
830
+ //v1
830
831
  return css;
831
832
  });
832
833
  if (defs.autoHeight) {