Designer: property descriptions (#17668)

* format

* added strings

* format doc

* use codicon instead

* show descriptions in property pane only

* fix ssdt string bug

* fix overflow option

* review comments

* review comments

* changes
This commit is contained in:
Aditya Bist
2021-11-16 14:50:05 -08:00
committed by GitHub
parent 6725e07ece
commit 2a127beb28
8 changed files with 119 additions and 1 deletions

View File

@@ -102,3 +102,25 @@
font-weight: bold;
line-height: 25px;
}
.designer-component .description-component {
margin: 15px;
height: 90px;
overflow-y: auto;
}
.designer-component .description-component-label.codicon.info {
background-repeat: no-repeat;
background-position: 2px center;
padding-left: 25px;
background-size: 16px;
font-size: 15px;
font-weight: 600;
margin-block-start: 0px;
scroll-margin-block-end: 0px;
}
.designer-component .description-component-content {
padding-top: 10px;
padding-left: 25px;
}