@bigbinary/neeto-form-frontend 3.10.14 → 3.10.16

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/BuildForm.js CHANGED
@@ -224,7 +224,7 @@ var Overview = function Overview(_ref) {
224
224
  onLanguageChange = _ref.onLanguageChange,
225
225
  additionalActionOptions = _ref.additionalActionOptions;
226
226
  return /*#__PURE__*/jsxs("div", {
227
- className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4 px-6 pt-6",
227
+ className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4 pt-6",
228
228
  children: [/*#__PURE__*/jsxs("div", {
229
229
  className: "flex items-center justify-between",
230
230
  children: [/*#__PURE__*/jsx(Typography, {
@@ -2161,7 +2161,7 @@ var Form = function Form(_ref) {
2161
2161
  title: formTitle,
2162
2162
  onLanguageChange: handleLanguageChange
2163
2163
  }), /*#__PURE__*/jsx("div", {
2164
- className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6 md:px-6",
2164
+ className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6",
2165
2165
  children: hasActiveQuestions ? /*#__PURE__*/jsxs("div", {
2166
2166
  className: "space-y-6",
2167
2167
  ref: containerRef,