debug: word break on all in repl

fixes #7533
This commit is contained in:
isidor 2016-06-15 12:36:57 +02:00
parent b5da08b002
commit 304dc1bc3b

View file

@ -31,6 +31,8 @@
/* Wrap words but also do not trim whitespace #6275 */
word-wrap: break-word;
white-space: pre-wrap;
/* Break on all #7533 */
word-break: break-all;
}
.monaco-workbench .repl .repl-tree .monaco-tree-row .input.expression.mac,