Skip to content

Commit

Permalink
Merge pull request #3449 from WordPress/fix/3316-boxes-too-big-for-th…
Browse files Browse the repository at this point in the history
…e-screen

Fix some boxes being too big for the screen.
  • Loading branch information
Tammie Lister authored Nov 13, 2017
2 parents b971d42 + 1b861a2 commit 61ef096
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 @@ -356,8 +356,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 @@ -370,7 +369,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 61ef096

Please sign in to comment.