Skip to content
Snippets Groups Projects
Commit 7d9ffb63 authored by rhenck's avatar rhenck
Browse files

Remove useless border in TextEditor

#294
parent 901fb60c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ tiptap-editor { ...@@ -3,7 +3,7 @@ tiptap-editor {
} }
:host ::ng-deep div.ProseMirror { :host ::ng-deep div.ProseMirror {
height: 99%; height: 99%;
border: 1px solid; outline: none;
} }
:host ::ng-deep .ProseMirror p strong { :host ::ng-deep .ProseMirror p strong {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment