Skip to content

Commit

Permalink
bug: Add list-style-position:inside (revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Apr 17, 2023
1 parent fbdc494 commit 09c3a04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demos/playground/src/themes/PlaygroundEditorTheme.css
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

0 comments on commit 09c3a04

Please sign in to comment.