ui-kit-ck-consultant 0.5.253 → 0.5.254
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 +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1079,7 +1079,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1079
1079
|
}) : null, this.props.imgLeft ? /*#__PURE__*/React__default.createElement("div", {
|
1080
1080
|
style: {
|
1081
1081
|
overflow: 'hidden',
|
1082
|
-
width: this.props.customWidthImgLeft || '100%'
|
1082
|
+
width: this.props.customWidthImgLeft || '100%',
|
1083
|
+
flexGrow: 0,
|
1084
|
+
flexShrink: 0
|
1083
1085
|
}
|
1084
1086
|
}, /*#__PURE__*/React__default.createElement("img", {
|
1085
1087
|
style: {
|
@@ -1123,7 +1125,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1123
1125
|
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React__default.createElement("div", {
|
1124
1126
|
style: {
|
1125
1127
|
overflow: 'hidden',
|
1126
|
-
width: this.props.customWidthImgRight || '100%'
|
1128
|
+
width: this.props.customWidthImgRight || '100%',
|
1129
|
+
flexGrow: 0,
|
1130
|
+
flexShrink: 0
|
1127
1131
|
}
|
1128
1132
|
}, /*#__PURE__*/React__default.createElement("img", {
|
1129
1133
|
style: {
|