Skip to content

Commit

Permalink
Tweak the placeholder paragraph margins
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Nov 13, 2017
1 parent 77ea75a commit 1b861a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions editor/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@

input[type=text] {
height: $text-editor-font-size * 4; // same height as an empty paragraph
margin-top: 0px;
margin-bottom: 4px;
margin: 0px 0px 4px 0px;
outline: 1px solid transparent;
border: none;
background: none;
Expand All @@ -374,7 +373,6 @@
font-size: $editor-font-size;
line-height: $editor-line-height;
cursor: text;
left: -1px;
max-width: none; // fixes a bleed issue from the admin

&:hover {
Expand Down

0 comments on commit 1b861a2

Please sign in to comment.