Skip to content

Commit

Permalink
Fix issues with prompt and full-wide ellipsis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Oct 23, 2017
1 parent b7ef686 commit c312dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
@include break-wide() {
.editor-block-mover {
display: block;
top: -30px;
top: -29px;
left: 10px;
height: auto;

Expand All @@ -258,7 +258,7 @@
}

.editor-block-settings-menu {
top: -30px;
top: -41px;
right: 10px;
height: auto;

Expand Down Expand Up @@ -350,7 +350,7 @@
input[type=text] {
height: $text-editor-font-size * 4; // same height as an empty paragraph
margin-top: 0px;
margin-bottom: 5px;
margin-bottom: 4px;
outline: 1px solid transparent;
border: none;
background: none;
Expand Down

0 comments on commit c312dd1

Please sign in to comment.