From f1d103555016e213936a9a360ff0ae9111518fd2 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 11 Jun 2023 16:02:15 +0300 Subject: [PATCH] Increase padding on lists --- shared/editor/components/Styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {