ods-component-lib 1.17.7 → 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.
package/dist/index.css CHANGED
@@ -17,7 +17,6 @@ tr._2CvVM._3udtX._32nFu{
17
17
 
18
18
  ._36VXO {
19
19
  width: 100%;
20
- max-width: 100%;
21
20
  }
22
21
 
23
22
  div._1veiV {
package/dist/index.js CHANGED
@@ -1277,10 +1277,7 @@ function grid(props) {
1277
1277
  columnAutoWidth: false,
1278
1278
  onEditCanceling: props.onEditCanceling,
1279
1279
  onExporting: onExporting,
1280
- height: (_ref = props.height !== undefined) != null ? _ref : props.height,
1281
- style: {
1282
- maxWidth: "100%"
1283
- }
1280
+ height: (_ref = props.height !== undefined) != null ? _ref : props.height
1284
1281
  }, React__default.createElement(dataGrid.Paging, {
1285
1282
  enabled: true,
1286
1283
  defaultPageSize: props.pageSize