Skip to content

Commit

Permalink
Fix the text/code editor width (#11750)
Browse files Browse the repository at this point in the history
The text/code editor had a max-width, but no _width_, which made it sort of just choose its own width. Now it matches the $content-width.
  • Loading branch information
jasmussen authored Nov 13, 2018
1 parent eb4ed63 commit f712410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-post/src/components/text-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.edit-post-text-editor {
width: 100%;
margin-left: $grid-size-large;
margin-right: $grid-size-large;

Expand Down

0 comments on commit f712410

Please sign in to comment.