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.modern.js
CHANGED
@@ -913,7 +913,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
913
913
|
}, /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null)), this.props.loaderText ? /*#__PURE__*/React.createElement("p", null, this.props.loaderText) : null)) : null, /*#__PURE__*/React.createElement("div", {
|
914
914
|
style: {
|
915
915
|
position: 'relative',
|
916
|
-
width: '100%'
|
916
|
+
width: '100%',
|
917
|
+
display: 'flex',
|
918
|
+
flexDirection: 'column'
|
917
919
|
}
|
918
920
|
}, /*#__PURE__*/React.createElement("div", {
|
919
921
|
className: style$b.card_top_border,
|