chore: revises left indent

This commit is contained in:
James
2022-12-22 18:26:09 -05:00
parent 4516c3670e
commit 801068c8fe
7 changed files with 128 additions and 34 deletions

View File

@@ -334,7 +334,11 @@ export const richTextBulletsDoc = {
type: 'li',
children: [
{
text: 'This text precedes a nested list',
children: [
{
text: 'This text precedes a nested list',
},
],
},
{
type: 'ul',