@mxenabled/connect-widget 2.19.4 → 2.19.5
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +3 -2
package/dist/index.es.js
CHANGED
|
@@ -87530,7 +87530,7 @@ const getStyles$6 = (tokens, step) => {
|
|
|
87530
87530
|
// Our min content width (does not include side margin)
|
|
87531
87531
|
width: "100%",
|
|
87532
87532
|
// We want this container to shrink and grow between our min-max
|
|
87533
|
-
margin: `0px ${tokens.Spacing.Large}px
|
|
87533
|
+
margin: `0px ${tokens.Spacing.Large}px`
|
|
87534
87534
|
}
|
|
87535
87535
|
};
|
|
87536
87536
|
};
|