react-crud-mobile 1.3.339 → 1.3.341

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.
@@ -997,7 +997,7 @@ function UIListRow(props) {
997
997
  row.selected = row.getPart('isSelectedRow', undefined, false);
998
998
  var getRowStyle = function getRowStyle() {
999
999
  var css = row.getStyle('row', _extends({}, styles.row, {
1000
- minHeight: 40
1000
+ minHeight: 30
1001
1001
  }));
1002
1002
  if (row.selected) {
1003
1003
  css = _extends({}, css, row.getStyle('rowSelected', {}));