ods-component-lib 1.17.6 → 1.17.8

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.
@@ -1273,10 +1273,7 @@ function grid(props) {
1273
1273
  columnAutoWidth: false,
1274
1274
  onEditCanceling: props.onEditCanceling,
1275
1275
  onExporting: onExporting,
1276
- height: (_ref = props.height !== undefined) != null ? _ref : props.height,
1277
- style: {
1278
- maxWidth: "100%"
1279
- }
1276
+ height: (_ref = props.height !== undefined) != null ? _ref : props.height
1280
1277
  }, React.createElement(Paging, {
1281
1278
  enabled: true,
1282
1279
  defaultPageSize: props.pageSize