Skip to content

Commit

Permalink
fix(editor): remove outline from editor content
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed May 18, 2020
1 parent d78c2a1 commit ebca1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/editor/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

> .ProseMirror { // sass-lint:disable-line class-name-format
padding: $padding-x;
outline: 0;
white-space: pre-wrap;

table {
Expand Down

0 comments on commit ebca1ee

Please sign in to comment.