提交 972efa41 编写于 作者: P Peng Lyu

Fix #83344. No margin for textarea.

上级 aba16d21
......@@ -41,6 +41,10 @@
transform: translateY(Calc(-100% - 10px)); /* shadow (10px) */
}
.monaco-editor .find-widget textarea {
margin: 0px;
}
.monaco-editor .find-widget.hiddenEditor {
display: none;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册