提交 db1316eb 编写于 作者: J Johannes Rieken

use pre-wrap for code in hovers, fixes #842

上级 cc70eb0f
......@@ -31,7 +31,7 @@ function _getSafeTokenizationSupport(mode: Modes.IMode): Modes.ITokenizationSupp
function _tokenizeToHtmlContent(text: string, tokenizationSupport: Modes.ITokenizationSupport): IHTMLContentElement {
var result: IHTMLContentElement = {
tagName: 'div',
style: 'white-space: pre',
style: 'white-space: pre-wrap',
children: []
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册