diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 70de99c7e..167404115 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -741,7 +741,7 @@ a:hover { ul, ol { margin: ${props.rtl ? "0 -26px 0 0.1em" : "0 0.1em 0 -26px"}; - padding: ${props.rtl ? "0 44px 0 0" : "0 0 0 44px"}; + padding: ${props.rtl ? "0 48px 0 0" : "0 0 0 48px"}; } ol ol {