react-crud-mobile 1.0.655 → 1.0.656

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.
@@ -752,7 +752,9 @@ function UIListRow(props) {
752
752
  setUpdateIndex = _useState2[1];
753
753
  var key = scope.key('item');
754
754
  var getRowStyle = function getRowStyle() {
755
- var css = row.getStyle('row', _extends({}, styles.row));
755
+ var css = row.getStyle('row', _extends({}, styles.row, {
756
+ minHeight: 40
757
+ }));
756
758
  if (cols > 0) {
757
759
  css.width = rowWidth;
758
760
  }