@plasmicpkgs/antd5 0.0.31 → 0.0.32

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/antd.esm.js CHANGED
@@ -1050,7 +1050,14 @@ const Internal = (props) => {
1050
1050
  form,
1051
1051
  labelCol: ((_a = props.labelCol) == null ? void 0 : _a.horizontalOnly) && props.layout !== "horizontal" ? void 0 : props.labelCol,
1052
1052
  wrapperCol: ((_b = props.wrapperCol) == null ? void 0 : _b.horizontalOnly) && props.layout !== "horizontal" ? void 0 : props.wrapperCol
1053
- }), childrenNode));
1053
+ }), /* @__PURE__ */ React.createElement("style", null, `
1054
+ .ant-form-item {
1055
+ margin-bottom: 0;
1056
+ }
1057
+ .ant-form-item-explain + div {
1058
+ display: none;
1059
+ }
1060
+ `), childrenNode));
1054
1061
  };
1055
1062
  function FormWrapper(props) {
1056
1063
  const [remountKey, setRemountKey] = React.useState(0);