Skip to content

Commit

Permalink
fix: πŸ› Fix display of list-items with multiple lines in changelog
Browse files Browse the repository at this point in the history
Fixes #81
  • Loading branch information
EricLambrecht committed Oct 26, 2019
1 parent bb2af34 commit 7c72e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/core/ChangelogModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export default {
line-height: 1.5;
}
ul {
list-style: disc inside;
margin-left: 2px;
list-style: disc outside;
padding-left: 16px;
li {
margin-top: 2px;
}
Expand Down

0 comments on commit 7c72e8f

Please sign in to comment.