Skip to content

Commit

Permalink
Merge pull request #15 from stevelacey/patch-1
Browse files Browse the repository at this point in the history
FormField style leak fix
  • Loading branch information
bastihilger authored Mar 30, 2020
2 parents 82d1c00 + e159c1c commit b109354
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default {
background-color: highlight;
}
.ProseMirror p, ul, ol, blockquote, pre {
.ProseMirror p, .ProseMirror ul, .ProseMirror ol, .ProseMirror blockquote, .ProseMirror pre {
margin-bottom: 1em;
}
Expand Down Expand Up @@ -335,8 +335,4 @@ export default {
.tiptap-button.is-code_block::before {
content: '</>';
}
</style>

0 comments on commit b109354

Please sign in to comment.