Skip to content

Commit

Permalink
πŸ’„ : add 1rem padding to markdown-body
Browse files Browse the repository at this point in the history
resolves #380
  • Loading branch information
juwit committed Aug 18, 2020
1 parent 9c07ac7 commit 36fa29b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/client/app/shared/components/markdown/markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@

<style>
@import "~@/assets/css/github-markdown.css";
.markdown-body{
padding: 1rem;
}
</style>

0 comments on commit 36fa29b

Please # to comment.