Added word-wrap to editor-preview-side class

The editor preview side currently scrolls indefinitely on the x-axis with (absurdedly) long words. Adding a word-wrap property and set it to break-word seems to fix the issue.
patch-ionaru
Boris Thuy 7 years ago committed by GitHub
parent f5c62f70e8
commit 20eb8d6da8

@ -242,6 +242,7 @@
display: none;
box-sizing: border-box;
border: 1px solid #ddd;
word-wrap: break-word;
}
.editor-preview-active-side {

Loading…
Cancel
Save