提交 8f7a6034 编写于 作者: S SteVen Batten

fixes #125721

上级 8b674fee
......@@ -258,8 +258,9 @@
overflow: hidden;
}
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .host,
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .path {
width: 100%;
max-width: 100%;
}
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .monaco-button {
......@@ -268,6 +269,18 @@
padding-right: 8px;
}
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .host .button-bar {
padding-right: 5px;
}
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .host .monaco-button {
display: block;
line-height: 18px;
padding-top: 0px;
padding-bottom: 0px;
text-overflow: ellipsis;
overflow: hidden;
}
.workspace-trust-editor .workspace-trust-settings .monaco-table-tr .monaco-table-td .actions .monaco-action-bar {
display: none;
flex: 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册