@trops/dash-react 1.0.9 → 1.0.10
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7721,7 +7721,7 @@ var Stepper = function Stepper(_ref2) {
|
|
|
7721
7721
|
}, i);
|
|
7722
7722
|
})
|
|
7723
7723
|
}), /*#__PURE__*/jsx("div", {
|
|
7724
|
-
className: "flex-1 min-h-0",
|
|
7724
|
+
className: "flex-1 min-h-0 flex flex-col",
|
|
7725
7725
|
children: steps[activeStep] ? steps[activeStep].props.children : null
|
|
7726
7726
|
}), showNavigation && /*#__PURE__*/jsxs("div", {
|
|
7727
7727
|
className: "flex flex-row justify-between items-center mt-6 pt-4 border-t border-current/10",
|