Skip to content

Commit

Permalink
Merge pull request #26 from stevelacey/patch-1
Browse files Browse the repository at this point in the history
Style leak fix
  • Loading branch information
bastihilger authored Sep 13, 2020
2 parents 10ceb8e + 389b058 commit 731b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/DetailField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
color: var(--primary);
}
.tiptap-detail-field p, ul, ol, blockquote, pre {
.tiptap-detail-field p, .tiptap-detail-field ul, .tiptap-detail-field ol, .tiptap-detail-field blockquote, .tiptap-detail-field pre {
margin-bottom: 0.7em;
}
Expand Down

0 comments on commit 731b134

Please sign in to comment.