ui-kit-ck-consultant 0.5.193 → 0.5.194

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 CHANGED
@@ -903,7 +903,8 @@ var Card = /*#__PURE__*/function (_React$Component) {
903
903
  className: classNames$1(style$b.card, this.props.className)
904
904
  }, this.props.imgLeft ? /*#__PURE__*/React__default.createElement("div", {
905
905
  style: {
906
- overflow: 'hidden'
906
+ overflow: 'hidden',
907
+ width: '100%'
907
908
  }
908
909
  }, /*#__PURE__*/React__default.createElement("img", {
909
910
  style: {
@@ -944,7 +945,8 @@ var Card = /*#__PURE__*/function (_React$Component) {
944
945
  className: classNames$1(style$b.card_body, this.props.classNameChildren)
945
946
  }, this.props.children)), this.props.imgRight ? /*#__PURE__*/React__default.createElement("div", {
946
947
  style: {
947
- overflow: 'hidden'
948
+ overflow: 'hidden',
949
+ width: '100%'
948
950
  }
949
951
  }, /*#__PURE__*/React__default.createElement("img", {
950
952
  style: {