提交 7187b27f 编写于 作者: B Benjamin Pasero

fix overflow

上级 3d521cf2
......@@ -39,15 +39,15 @@
margin-right: 0.5em;
cursor: pointer;
width: 16px;
height: 16px;
height: 13px;
}
.monaco-workbench.vs-dark .search-viewlet .query-details .more {
background: url('ellipsis-inverse.svg') center center no-repeat;
background: url('ellipsis-inverse.svg') top center no-repeat;
}
.monaco-workbench.vs .search-viewlet .query-details .more {
background: url('ellipsis.svg') center center no-repeat;
background: url('ellipsis.svg') top center no-repeat;
}
.search-viewlet .query-details .file-types {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册