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.
@@ -1398,7 +1398,10 @@ function grid(props, dataGridRef) {
1398
1398
  location: "before"
1399
1399
  }, React.createElement(OdsButton, {
1400
1400
  type: "primary",
1401
- onClick: props.onAddButton
1401
+ onClick: props.onAddButton,
1402
+ style: {
1403
+ marginBottom: "10px"
1404
+ }
1402
1405
  }, "Add New")), React.createElement(Item$1, {
1403
1406
  name: "searchPanel"
1404
1407
  }), React.createElement(Item$1, {