ods-component-lib 1.17.40 → 1.17.41

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
@@ -724,7 +724,8 @@ var OdsNotification = function OdsNotification(props) {
724
724
  placement: props.placement,
725
725
  style: {
726
726
  width: 'auto',
727
- maxWidth: '500px'
727
+ maxWidth: '700px',
728
+ padding: '10px'
728
729
  }
729
730
  });
730
731
  return null;