提交 1324e842 编写于 作者: J Johannes Rieken

align breadcrumbs hight with section header height (22px), fixes #56022

上级 e0b85fb2
......@@ -125,7 +125,7 @@ export interface IBreadcrumbsControlOptions {
export class BreadcrumbsControl {
static HEIGHT = 25;
static HEIGHT = 22;
static readonly Payload_Reveal = {};
static readonly Payload_RevealAside = {};
......
......@@ -259,7 +259,7 @@
.monaco-workbench > .part.editor > .content .editor-group-container > .title .tabs-breadcrumbs .breadcrumbs-control {
flex: 1 100%;
height: 25px;
height: 22px;
cursor: default;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册