Skip to content

Commit

Permalink
Merge pull request #662 from WordPress/fix/text-editor-regression
Browse files Browse the repository at this point in the history
Fix text editor style regression
  • Loading branch information
jasmussen authored May 4, 2017
2 parents 2e68306 + f2c953c commit fea2a89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ body.toplevel_page_gutenberg {
@include break-small() {
padding-top: $header-height;
}
}

.editor-sidebar,
.editor-visual-editor__block {
input, textarea {
border-radius: 4px;
border-color: $light-gray-500;
Expand Down

0 comments on commit fea2a89

Please sign in to comment.