form should not default to100% by default (#1679)

This commit is contained in:
Leila Lali
2018-06-19 14:12:04 -07:00
committed by GitHub
parent 6b018c5d06
commit c13f219318
3 changed files with 14 additions and 3 deletions

View File

@@ -216,6 +216,11 @@ declare module 'sqlops' {
* Container Width
*/
width?: number | string;
/**
*
*/
textAlign?: string
}
export interface FlexItemLayout {