Update compile pipeline and fix eslint (#16129)

* Update pipelines

* eslint

* Fix layering

* update tsec exemption
This commit is contained in:
Charles Gagnon
2021-07-14 14:43:23 -07:00
committed by GitHub
parent f7bf914bcb
commit 8faa0cf0e2
13 changed files with 54 additions and 62 deletions

View File

@@ -61,3 +61,8 @@ export interface INotebookSearchConfigurationProperties {
};
sortOrder: SearchSortOrder;
}
export const RESULTS_GRID_DEFAULTS = {
cellPadding: [5, 8, 4],
rowHeight: 24
};