react-crud-mobile 1.0.903 → 1.0.904

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.
@@ -895,7 +895,7 @@ function UIListRow(props) {
895
895
  var css = row.getStyle('row', _extends({}, styles.row, {
896
896
  minHeight: 40
897
897
  }));
898
- if (cols > 0) {
898
+ if (cols > 0 && !css.width) {
899
899
  css.width = rowWidth;
900
900
  }
901
901
  return css;