提交 1486b095 编写于 作者: B Benjamin Pasero

Broken editor drag and drop (fixes #5018)

上级 5f44e365
......@@ -33,6 +33,7 @@
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-label {
position: relative;
flex: 1;
}
.monaco-workbench > .part > .title > .title-label span,
......@@ -50,13 +51,16 @@
cursor: pointer;
}
.monaco-workbench > .part > .title > .title-actions,
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-actions {
.monaco-workbench > .part > .title > .title-actions {
height: 35px;
flex: 1;
padding-left: 5px;
}
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-actions {
flex: initial;
}
.monaco-workbench > .part > .title > .title-actions .action-label,
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-actions .action-label {
display: block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册