From 2ec9572636a1a3d72ec6f2fe97822d45b6fabb9f Mon Sep 17 00:00:00 2001 From: Ibrahim El-bastawisi Date: Sat, 18 Jan 2025 14:07:45 +0200 Subject: [PATCH] list item style fix --- src/editor/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/editor/theme.css b/src/editor/theme.css index 0749b24..a38e4ca 100644 --- a/src/editor/theme.css +++ b/src/editor/theme.css @@ -279,6 +279,8 @@ } .LexicalTheme__listItem { + margin-top: 8px; + margin-bottom: 8px; text-align: start; } @@ -346,7 +348,8 @@ } .LexicalTheme__nestedListItem { - margin: 8px 16px; + margin-left: 16px; + margin-right: 16px; list-style-type: none; }