mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
allow table width to be specified (#6196)
This commit is contained in:
@@ -325,7 +325,8 @@ export class SchemaCompareResult {
|
||||
width: 150
|
||||
}
|
||||
],
|
||||
CSSStyles: { 'left': '15px' }
|
||||
CSSStyles: { 'left': '15px' },
|
||||
width: '98%'
|
||||
});
|
||||
|
||||
this.splitView.addItem(this.differencesTable);
|
||||
|
||||
Reference in New Issue
Block a user