Merge pull request #392 from netlify/fix-prosemirror-pre-overflow

Prevent long code lines from breaking visual entry editor
This commit is contained in:
Shawn Erquhart 2017-04-26 12:42:36 -07:00 committed by GitHub
commit 8520e046cd

View File

@ -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;