Skip to content

Commit

Permalink
fix(markdown): add styling to li paragraphs (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateslo authored Jul 24, 2024
1 parent 2adfe45 commit 5097552
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/ApiDocumentationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ export default defineComponent({
pre {
overflow-x: auto;
}

li > p {
display: block;
margin-bottom: 12px;
}
}
</style>

Expand Down

0 comments on commit 5097552

Please sign in to comment.