Merge branch 'main' of github.com:ueberdosis/tiptap

This commit is contained in:
Hans Pagel
2021-10-16 15:48:09 +02:00

View File

@@ -55,6 +55,12 @@ body {
background-color: transparent; background-color: transparent;
} }
button,
input {
font-size: inherit;
font-family: inherit;
}
.ProseMirror:focus { .ProseMirror:focus {
outline: none; outline: none;
} }