react-crud-mobile 1.3.339 → 1.3.340

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.
@@ -988,7 +988,7 @@ function UIListRow(props) {
988
988
  row.selected = row.getPart('isSelectedRow', undefined, false);
989
989
  var getRowStyle = function getRowStyle() {
990
990
  var css = row.getStyle('row', _extends({}, styles.row, {
991
- minHeight: 40
991
+ minHeight: 30
992
992
  }));
993
993
  if (row.selected) {
994
994
  css = _extends({}, css, row.getStyle('rowSelected', {}));