提交 c247f8aa 编写于 作者: R Rob Lourens

Fix cell status bar height off by one

上级 5d9e0996
......@@ -74,7 +74,6 @@
.monaco-workbench .part.editor > .content .notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row.cell-drag-image .cell-statusbar-container {
display: none;
box-sizing: border-box;
}
.monaco-workbench .part.editor > .content .notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row.cell-drag-image .cell-editor-part {
......@@ -209,6 +208,7 @@
font-size: 12px;
display: flex;
position: relative;
box-sizing: border-box;
}
.monaco-workbench .part.editor > .content .notebook-editor .cell-statusbar-container .cell-status-message {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册