mario-core 2.5.7 → 2.5.8

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.
@@ -5317,7 +5317,10 @@ var NotificationList = function NotificationList() {
5317
5317
  viewNotification = _useNotificationList.viewNotification;
5318
5318
 
5319
5319
  return React.createElement("div", {
5320
- className: "animated fadeIn"
5320
+ className: "animated fadeIn",
5321
+ style: {
5322
+ padding: "20px 40px"
5323
+ }
5321
5324
  }, React.createElement("h5", {
5322
5325
  className: "mb-2"
5323
5326
  }, header$3), React.createElement(Row, {