提交 96a0a437 编写于 作者: J Johannes Rieken

fix #55888

上级 36883965
......@@ -239,7 +239,8 @@ export class FileRenderer implements IRenderer, IHighlightingRenderer {
fileKind,
hidePath: true,
fileDecorations: fileDecorations,
matches: createMatches((this._scores.get(resource.toString()) || [, []])[1])
matches: createMatches((this._scores.get(resource.toString()) || [, []])[1]),
extraClasses: ['picker-item']
});
}
......
......@@ -23,6 +23,10 @@
/* todo@joh move somewhere else */
.monaco-workbench .monaco-breadcrumbs-picker .picker-item {
line-height: 22px;
}
.monaco-workbench .monaco-breadcrumbs-picker .highlighting-tree {
height: 100%;
overflow: hidden;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册