diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.css b/projects/editor/src/app/text-editor/rich-text-editor.component.css
index fad268e1740fe23c3db635fde262c9df648c5c3c..367db111611dd192418d09b18ccd0b4061916509 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.css
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.css
@@ -3,7 +3,7 @@ tiptap-editor {
 }
 :host ::ng-deep div.ProseMirror {
   height: 99%;
-  border: 1px solid;
+  outline: none;
 }
 
 :host ::ng-deep .ProseMirror p strong {