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.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5320,7 +5320,10 @@ var NotificationList = function NotificationList() {
|
|
|
5320
5320
|
viewNotification = _useNotificationList.viewNotification;
|
|
5321
5321
|
|
|
5322
5322
|
return React__default.createElement("div", {
|
|
5323
|
-
className: "animated fadeIn"
|
|
5323
|
+
className: "animated fadeIn",
|
|
5324
|
+
style: {
|
|
5325
|
+
padding: "20px 40px"
|
|
5326
|
+
}
|
|
5324
5327
|
}, React__default.createElement("h5", {
|
|
5325
5328
|
className: "mb-2"
|
|
5326
5329
|
}, header$3), React__default.createElement(reactstrap.Row, {
|