We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8df129 commit dd860bcCopy full SHA for dd860bc
1 file changed
src/vs/workbench/parts/extensions/electron-browser/media/extensionEditor.css
@@ -34,6 +34,7 @@
34
flex: 1;
35
padding-left: 20px;
36
overflow: hidden;
37
+ user-select: text;
38
}
39
40
.extension-editor > .header > .details > .title {
@@ -77,6 +78,7 @@
77
78
margin-left: 10px;
79
padding: 0px 4px;
80
border-radius: 4px;
81
+ user-select: none;
82
83
84
.extension-editor > .header > .details > .subtitle {
0 commit comments