react-crud-mobile 1.3.329 → 1.3.330

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.
@@ -822,10 +822,11 @@ function UIInput(props) {
822
822
  var size = element.size;
823
823
  var css = {};
824
824
  if (size === 'small') {
825
- css.height = 33;
825
+ css.height = 30;
826
826
  css.fontSize = 12;
827
827
  }
828
828
  css = _extends({}, style(type), css, style('input'));
829
+ css.lineHeight = parseInt(css.fontSize) + 3;
829
830
  return css;
830
831
  });
831
832
  if (defs.autoHeight) {