ods-component-lib 1.17.30 → 1.17.31

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.js CHANGED
@@ -1402,7 +1402,10 @@ function grid(props, dataGridRef) {
1402
1402
  location: "before"
1403
1403
  }, React__default.createElement(OdsButton, {
1404
1404
  type: "primary",
1405
- onClick: props.onAddButton
1405
+ onClick: props.onAddButton,
1406
+ style: {
1407
+ marginBottom: "10px"
1408
+ }
1406
1409
  }, "Add New")), React__default.createElement(dataGrid.Item, {
1407
1410
  name: "searchPanel"
1408
1411
  }), React__default.createElement(dataGrid.Item, {