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.modern.js
CHANGED
@@ -1076,7 +1076,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1076
1076
|
}) : null, this.props.imgLeft ? /*#__PURE__*/React.createElement("div", {
|
1077
1077
|
style: {
|
1078
1078
|
overflow: 'hidden',
|
1079
|
-
width: this.props.customWidthImgLeft || '100%'
|
1079
|
+
width: this.props.customWidthImgLeft || '100%',
|
1080
|
+
flexGrow: 0,
|
1081
|
+
flexShrink: 0
|
1080
1082
|
}
|
1081
1083
|
}, /*#__PURE__*/React.createElement("img", {
|
1082
1084
|
style: {
|
@@ -1120,7 +1122,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1120
1122
|
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React.createElement("div", {
|
1121
1123
|
style: {
|
1122
1124
|
overflow: 'hidden',
|
1123
|
-
width: this.props.customWidthImgRight || '100%'
|
1125
|
+
width: this.props.customWidthImgRight || '100%',
|
1126
|
+
flexGrow: 0,
|
1127
|
+
flexShrink: 0
|
1124
1128
|
}
|
1125
1129
|
}, /*#__PURE__*/React.createElement("img", {
|
1126
1130
|
style: {
|