easy-email-extensions 4.1.13 → 4.1.14
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/lib/index2.js +1 -1
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -48885,7 +48885,7 @@ const SimpleLayout = (props) => {
|
|
|
48885
48885
|
trigger: null,
|
|
48886
48886
|
breakpoint: "xl",
|
|
48887
48887
|
collapsedWidth: 60,
|
|
48888
|
-
width:
|
|
48888
|
+
width: 300
|
|
48889
48889
|
}, /* @__PURE__ */ React__default.createElement(Card$1, {
|
|
48890
48890
|
bodyStyle: { padding: 0 },
|
|
48891
48891
|
style: { border: "none" }
|