未验证 提交 55ed150f 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #60539 from garymathews/issue-27393

Fix #27393: Fix explorer inputbox alignment
......@@ -104,15 +104,18 @@
.explorer-viewlet .explorer-item .monaco-inputbox {
width: 100%;
line-height: normal;
margin-left: -3px;
}
.monaco-workbench.linux .explorer-viewlet .explorer-item .monaco-inputbox,
.monaco-workbench.mac .explorer-viewlet .explorer-item .monaco-inputbox {
height: 22px;
margin-left: -1px;
}
.explorer-viewlet .explorer-item .monaco-inputbox > .wrapper > .input {
padding: 1px 2px;
height: 19px;
}
.monaco-workbench.linux .explorer-viewlet .explorer-item .monaco-inputbox > .wrapper > .input,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册