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