ui-kit-ck-consultant 0.5.179 → 0.5.180
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -916,7 +916,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
916
916
|
}, /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null)), this.props.loaderText ? /*#__PURE__*/React__default.createElement("p", null, this.props.loaderText) : null)) : null, /*#__PURE__*/React__default.createElement("div", {
|
917
917
|
style: {
|
918
918
|
position: 'relative',
|
919
|
-
width: '100%'
|
919
|
+
width: '100%',
|
920
|
+
display: 'flex',
|
921
|
+
flexDirection: 'column'
|
920
922
|
}
|
921
923
|
}, /*#__PURE__*/React__default.createElement("div", {
|
922
924
|
className: style$b.card_top_border,
|