Skip to content

Commit

Permalink
Fix bad CSS on content editable container
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Aug 31, 2022
1 parent 76fc305 commit 43739e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/src/ui/ContentEditable.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
tab-size: 1;
outline: 0;
padding: 10px;
height: calc(100% - 20px);
min-height: calc(100% - 20px);
}

0 comments on commit 43739e9

Please sign in to comment.