提交 26ce0255 编写于 作者: S SteVen Batten

fixes #122310

上级 1bd250ca
......@@ -78,7 +78,7 @@
}
.workspace-trust-editor .workspace-trust-features .workspace-trust-limitations {
min-height: 295px;
min-height: 315px;
}
.workspace-trust-editor.trusted .workspace-trust-features .workspace-trust-limitations.trusted {
......
......@@ -293,9 +293,9 @@ export class WorkspaceTrustEditor extends EditorPane {
}
if (this.isTrustedExplicitlyOnly()) {
this.addDontTrustButtonToElement(trustedContainer);
this.addDontTrustButtonToElement(untrustedContainer);
} else {
this.addTrustedTextToElement(trustedContainer);
this.addTrustedTextToElement(untrustedContainer);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册