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

Fix #68134 - allow settings validation error to overflow

上级 c1aeb66a
......@@ -268,6 +268,10 @@
cursor: default;
}
.settings-editor > .settings-body .settings-tree-container .monaco-list-rows {
overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */
}
.settings-editor > .settings-body .settings-tree-container .monaco-list-row .monaco-tl-contents {
max-width: 1000px;
margin: auto;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册