mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
.Add types for ModelView CSS properties (#7465)
This commit is contained in:
@@ -301,7 +301,6 @@ export class NotebookDialog extends AgentDialog<NotebookData> {
|
||||
private createRowContainer(view: azdata.ModelView): azdata.FlexBuilder {
|
||||
return view.modelBuilder.flexContainer().withLayout({
|
||||
flexFlow: 'row',
|
||||
alignItems: 'left',
|
||||
justifyContent: 'space-between'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user