diff --git a/docs/custom-components/edit-view.mdx b/docs/custom-components/edit-view.mdx index 1702313d2c..92a4e3a778 100644 --- a/docs/custom-components/edit-view.mdx +++ b/docs/custom-components/edit-view.mdx @@ -340,12 +340,12 @@ export const EditMenuItems = (props: EditViewMenuItemClientProps) => { ``` - **Styling:** Use Payload's built-in PopupList.Button to - ensure your menu items automatically match the default dropdown styles. If you - want a different look, you can customize the appearance by passing your own{' '} - className to PopupList.Button, or use a completely - custom button built with a standard HTML <button> element - or any other component that fits your design preferences. + **Styling:** Use Payload's built-in `PopupList.Button` to ensure your menu + items automatically match the default dropdown styles. If you want a different + look, you can customize the appearance by passing your own `className` to + `PopupList.Button`, or use a completely custom button built with a standard + HTML `button` element or any other component that fits your design + preferences. ### SaveDraftButton