Skip to content

Commit

Permalink
list item style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibastawisi committed Jan 18, 2025
1 parent 5eec2f4 commit 2ec9572
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/editor/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@
}

.LexicalTheme__listItem {
margin-top: 8px;
margin-bottom: 8px;
text-align: start;
}

Expand Down Expand Up @@ -346,7 +348,8 @@
}

.LexicalTheme__nestedListItem {
margin: 8px 16px;
margin-left: 16px;
margin-right: 16px;
list-style-type: none;
}

Expand Down

0 comments on commit 2ec9572

Please sign in to comment.