Fix view model editor layout (#1473)

* flex container should be as big as the parent container

* add example
This commit is contained in:
Abbie Petchtes
2018-05-23 11:20:28 -07:00
committed by GitHub
parent 04ec9caad1
commit cd0f9b71c5
10 changed files with 99 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ declare module 'sqlops' {
*/
alignContent?: string;
height? : number;
height? : number | string;
}
export interface FlexItemLayout {