align differences table with source label (#6094)

This commit is contained in:
Kim Santiago
2019-06-19 09:56:48 -07:00
committed by GitHub
parent fab8de632d
commit 1c706fdfca

View File

@@ -250,6 +250,7 @@ export class SchemaCompareResult {
width: 150 width: 150
} }
], ],
CSSStyles: { 'left': '15px' }
}); });
this.splitView.addItem(this.differencesTable); this.splitView.addItem(this.differencesTable);