ui-kit-ck-consultant 0.5.291 → 0.5.292

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -217,7 +217,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
217
217
  }, this.getRightItems())) : /*#__PURE__*/React__default.createElement("div", {
218
218
  className: style.modal_right
219
219
  }, this.getRightItems()), /*#__PURE__*/React__default.createElement("div", {
220
- className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {})
220
+ className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {}, this.props.classNameChildren)
221
221
  }, this.props.children))));
222
222
  };
223
223