ui-kit-ck-consultant 0.5.191 → 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.css +4 -5
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -164,17 +164,16 @@
|
|
164
164
|
@media screen and (max-width: 440px) {
|
165
165
|
._2YluD {
|
166
166
|
padding: 16px;
|
167
|
-
width: 300px;
|
168
167
|
max-width: 95%;
|
169
168
|
}
|
170
169
|
|
171
170
|
._2YluD ._RsujT {
|
172
|
-
right:
|
173
|
-
top:
|
171
|
+
right: 2.5rem;
|
172
|
+
top: 0.5rem;
|
174
173
|
}
|
175
174
|
._2YluD ._1AbTJ {
|
176
|
-
right:
|
177
|
-
top:
|
175
|
+
right: 0.5rem;
|
176
|
+
top: 0.5rem;
|
178
177
|
}
|
179
178
|
}
|
180
179
|
|
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: {
|