allow user to select text from the description box (#20396)

This commit is contained in:
Alan Ren
2022-08-17 20:05:06 -07:00
committed by GitHub
parent 7de5ee0427
commit b4a5afe199

View File

@@ -157,6 +157,7 @@
.designer-component .description-component-content {
padding-top: 10px;
padding-left: 25px;
user-select: text;
}
.designer-component .codicon-grabber {