提交 3f0ed412 编写于 作者: J Johannes Rieken

use margin instead of padding for nice background color

上级 5a93881a
......@@ -18,12 +18,12 @@
.monaco-workbench>.part.editor>.content .editor-group-container .breadcrumbs-control .monaco-breadcrumbs .monaco-breadcrumb-item:nth-child(2) {
/*first-child is the style-element*/
padding-left: 8px;
margin-left: 8px;
}
.monaco-workbench>.part.editor>.content .editor-group-container .breadcrumbs-control .monaco-breadcrumbs .monaco-breadcrumb-item:last-child {
/*first-child is the style-element*/
padding-right: 8px;
margin-right: 8px;
}
.monaco-breadcrumbs-picker {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册