mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user