Skip to content

Commit

Permalink
Increase appender height just a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and youknowriad committed Nov 23, 2017
1 parent 33fafb4 commit 29768ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/default-block-appender/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
box-shadow: none;
display: block;
width: 100%;
height: $text-editor-font-size * 4; // same height as an empty paragraph
height: $text-editor-font-size * 6; // 1.5 times the height of an empty paragraph
font-size: $editor-font-size;
line-height: $editor-line-height;
cursor: text;
Expand Down

0 comments on commit 29768ab

Please sign in to comment.