Skip to content

Commit

Permalink
Add list-style-position:inside (#3814)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatercurve authored Feb 3, 2023
1 parent b70fe79 commit d25d2af
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,30 +277,36 @@
.PlaygroundEditorTheme__ol1 {
padding: 0;
margin: 0;
list-style-position: inside;
}
.PlaygroundEditorTheme__ol2 {
padding: 0;
margin: 0;
list-style-type: upper-alpha;
list-style-position: inside;
}
.PlaygroundEditorTheme__ol3 {
padding: 0;
margin: 0;
list-style-type: lower-alpha;
list-style-position: inside;
}
.PlaygroundEditorTheme__ol4 {
padding: 0;
margin: 0;
list-style-type: upper-roman;
list-style-position: inside;
}
.PlaygroundEditorTheme__ol5 {
padding: 0;
margin: 0;
list-style-type: lower-roman;
list-style-position: inside;
}
.PlaygroundEditorTheme__ul {
padding: 0;
margin: 0;
list-style-position: inside;
}
.PlaygroundEditorTheme__listItem {
margin: 0 32px;
Expand Down

2 comments on commit d25d2af

@vercel
Copy link

@vercel vercel bot commented on d25d2af Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical.dev
lexical-fbopensource.vercel.app
lexical-git-main-fbopensource.vercel.app
lexicaljs.com
lexicaljs.org
www.lexical.dev

@vercel
Copy link

@vercel vercel bot commented on d25d2af Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-git-main-fbopensource.vercel.app
lexical-playground.vercel.app
lexical-playground-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.