mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
fixed two layout issues in model view components (#1647)
This commit is contained in:
@@ -27,7 +27,7 @@ import { attachListStyler } from 'vs/platform/theme/common/styler';
|
||||
selector: 'modelview-dropdown',
|
||||
template: `
|
||||
|
||||
<div>
|
||||
<div [style.width]="getWidth()">
|
||||
<div [style.display]="getEditableDisplay()" #editableDropDown style="width: 100%;"></div>
|
||||
<div [style.display]="getNotEditableDisplay()" #dropDown style="width: 100%;"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user