提交 ff440805 编写于 作者: I isidor

debug: word wrap for simple value hover

上级 13f70045
......@@ -54,7 +54,7 @@ export class DebugHoverWidget implements editorbrowser.IContentWidget {
this.layoutTree();
});
this.valueContainer = dom.append(this.domNode, $('.debug-hover-value'));
this.valueContainer = dom.append(this.domNode, $('.value'));
this.isVisible = false;
this.showAtPosition = null;
......
......@@ -66,6 +66,7 @@
}
.monaco-editor .debug-hover-widget .value {
word-wrap: break-word;
color: rgba(108, 108, 108, 0.8);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册