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.
- package/dist/react-crud-mobile.cjs.development.js +3 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +3 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIListRow.tsx +1 -1
|
@@ -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
|
}
|