提交 9d51ef58 编写于 作者: S Sandeep Somavarapu

💄

上级 b7a5edfd
......@@ -435,7 +435,6 @@ export class CustomTreeView extends Disposable implements ITreeView {
layout(size: number) {
if (size) {
this._size = size;
this.domNode.style.height = size + 'px';
const treeSize = size - DOM.getTotalHeight(this.messageElement);
this.treeContainer.style.height = treeSize + 'px';
if (this.tree) {
......
......@@ -51,6 +51,7 @@
}
.monaco-workbench .tree-explorer-viewlet-tree-view .message {
display: flex;
padding: 4px 12px 0px 18px;
user-select: text
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册