Skip to content

Commit

Permalink
added the more tag via the old editor's image (#14173)
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu authored and youknowriad committed Mar 20, 2019
1 parent 9d57dc1 commit 48100fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/block-library/src/classic/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,15 @@

.wp-more-tag {
width: 96%;
height: 0;
height: 20px;
display: block;
margin: 15px auto;
outline: 0;
cursor: default;
border: 2px dashed rgb(186, 186, 186);
background-image: url(/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png);
background-size: 1900px 20px;
background-repeat: no-repeat;
background-position: center;
}

/**
Expand Down

0 comments on commit 48100fa

Please sign in to comment.