mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
table designer validation support (#18438)
* table designer validation * vbump sts
This commit is contained in:
@@ -29,6 +29,20 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.designer-component .messages-container {
|
||||
overflow: scroll;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.designer-component .messages-container .message-item {
|
||||
padding: 0px 5px 0px 25px;
|
||||
background-position: 5px center;
|
||||
background-size: 16px 16px;
|
||||
user-select: text;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.designer-component .tabbed-panel-container {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user