Skip to content

Commit

Permalink
fix: 🐛 ordered lists in live preview now render correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 28, 2022
1 parent e6d9ac2 commit 72d03b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ input.is-invalid {
margin-bottom: 16px;
}

.is-live-preview .admonition-content ul {
.is-live-preview .admonition-content ul,
.is-live-preview .admonition-content ol
{
white-space: normal;
}

0 comments on commit 72d03b6

Please sign in to comment.