Introduce vertical cards (#12125)

* Introduce vertical cards

* Simplify and add a css type

* Feedback

* Update yarn.lock
This commit is contained in:
Amir Omidi
2020-09-04 15:15:58 -07:00
committed by GitHub
parent c2320831f7
commit 59bb827d2e
12 changed files with 255 additions and 85 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -3040,7 +3040,7 @@ declare module 'azdata' {
export enum Orientation {
Horizontal = 'horizontal',
Vertical = 'vertial'
Vertical = 'vertical'
}
export interface ToolbarLayout {