@bigbinary/neeto-molecules 1.0.92 → 1.0.93

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/EmailForm.js CHANGED
@@ -2790,7 +2790,7 @@ var EmailForm = function EmailForm(_ref) {
2790
2790
  "data-testid": "email-form",
2791
2791
  className: classnames("flex flex-1 flex-col items-start gap-2", _defineProperty({}, className, className))
2792
2792
  }, showFields && /*#__PURE__*/React.createElement("div", {
2793
- className: "flex flex-col items-start justify-start gap-6"
2793
+ className: "flex w-full flex-col items-start justify-start gap-6"
2794
2794
  }, /*#__PURE__*/React.createElement(Field, {
2795
2795
  name: "subject"
2796
2796
  }, function (_ref2) {