ods-component-lib 1.17.42 → 1.17.43

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