Skip to content

Commit

Permalink
#12 ol
Browse files Browse the repository at this point in the history
  • Loading branch information
kogepanh committed Jul 14, 2021
1 parent de78766 commit 8422814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/markdown-styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
@apply list-disc list-outside ml-6;
}

.markdown ol {
@apply list-decimal list-outside ml-6;
}

.markdown table {
@apply max-w-full table-auto border-collapse;
}
Expand Down

0 comments on commit 8422814

Please sign in to comment.