Skip to content

Commit

Permalink
fix(editor): add 100% height of the content
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Jul 28, 2020
1 parent ebbbfa1 commit 1eb1a49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/default/scss/editor/_layout.scss
Expand Up @@ -128,8 +128,12 @@

> .ProseMirror { // sass-lint:disable-line class-name-format
padding: $padding-x;
outline: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
outline: none;
white-space: pre-wrap;
overflow: auto;

table {
white-space: pre-wrap;
Expand Down

0 comments on commit 1eb1a49

Please sign in to comment.