react-crud-mobile 1.3.332 → 1.3.333

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