fixed the issue with setting form's width (#1472)

This commit is contained in:
Leila Lali
2018-05-23 10:23:03 -07:00
committed by GitHub
parent 36a8991682
commit 259306a8db
3 changed files with 13 additions and 10 deletions

View File

@@ -184,12 +184,11 @@ declare module 'sqlops' {
export interface FormItemLayout {
horizontal: boolean;
width: number;
componentWidth: number;
}
export interface FormLayout {
width: number;
}
export interface FlexContainer extends Container<FlexLayout, FlexItemLayout> {