Skip to content

Commit

Permalink
Merge pull request #392 from netlify/fix-prosemirror-pre-overflow
Browse files Browse the repository at this point in the history
Prevent long code lines from breaking visual entry editor
  • Loading branch information
Shawn Erquhart committed Apr 26, 2017
2 parents 978fd0f + 9cdc391 commit 8520e04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
background-color: var(--controlBGColor);
padding: 12px;
border-radius: 0 0 var(--borderRadius) var(--borderRadius);
overflow-x: auto;

& ul {
padding-left: 20px;
Expand Down

0 comments on commit 8520e04

Please sign in to comment.