From fbb9938af646d5dd659c26e4d89884e33d0803a2 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:26:48 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/pdf/src/templates/shared/rich-text.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pdf/src/templates/shared/rich-text.tsx b/packages/pdf/src/templates/shared/rich-text.tsx index c305b2b5d..21fb552b1 100644 --- a/packages/pdf/src/templates/shared/rich-text.tsx +++ b/packages/pdf/src/templates/shared/rich-text.tsx @@ -63,7 +63,7 @@ export const RichText = ({ children }: RichTextProps) => { const richListItemMarkerMargin: Style = { marginLeft: rtl ? 4 : 0, - marginRight: rtl ? 0 : 4 + marginRight: rtl ? 0 : 4, }; const boldStyle = useTemplateStyle("bold"); const linkStyle = useTemplateStyle("link");