@blateral/b.kit 2.7.0 → 2.7.1

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/esm/sections.js CHANGED
@@ -3741,7 +3741,10 @@ var HtmlCode = function (_a) {
3741
3741
  anchorId: anchorId,
3742
3742
  bgColor: isInverted ? colors.sectionBg.dark : bgMode ? colors.sectionBg.medium : colors.sectionBg.light,
3743
3743
  bgMode: mapToBgMode(bgMode, true)
3744
- }, React__default.createElement(Wrapper, null, html && React__default.createElement("div", {
3744
+ }, React__default.createElement(Wrapper, {
3745
+ clampWidth: "normal",
3746
+ addWhitespace: true
3747
+ }, html && React__default.createElement("div", {
3745
3748
  dangerouslySetInnerHTML: {
3746
3749
  __html: html
3747
3750
  }