dyoo / WeScheme

29 stars 16 forks source link

Word wrap for extremely long values #59

Closed schanzer closed 11 years ago

schanzer commented 12 years ago

This is a particular issue with super-long URLs, but also for big values (like "(factorial 4000)"). Adding the following to the CodeMirror CSS file fixes the issue on all the browsers we support (even IE8!)

.CodeMirror-wrap pre { word-break: break-all; }

schanzer commented 11 years ago

This is a feature request, not a bug report -- closing.