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