diff --git a/packages/js/product-editor/changelog/fix-46608 b/packages/js/product-editor/changelog/fix-46608 new file mode 100644 index 00000000000..4c63e41c9b6 --- /dev/null +++ b/packages/js/product-editor/changelog/fix-46608 @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Remove table separator, move field names to table columns and fix the modal growing when there are validation errors diff --git a/packages/js/product-editor/src/components/custom-fields/create-modal/create-modal.tsx b/packages/js/product-editor/src/components/custom-fields/create-modal/create-modal.tsx index 64aabef0523..8c8f11bf468 100644 --- a/packages/js/product-editor/src/components/custom-fields/create-modal/create-modal.tsx +++ b/packages/js/product-editor/src/components/custom-fields/create-modal/create-modal.tsx @@ -188,44 +188,78 @@ export function CreateModal( { props.className ) } > - + + +
+ { customFields.map( ( customField ) => ( +
+
+ +
+
+ +
+
+
+
+ ) ) } +
+