mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
fix layout and add css styling for flex item (#2231)
This commit is contained in:
4
src/sql/sqlops.proposed.d.ts
vendored
4
src/sql/sqlops.proposed.d.ts
vendored
@@ -270,6 +270,10 @@ declare module 'sqlops' {
|
||||
* Default is "1 1 auto".
|
||||
*/
|
||||
flex?: string;
|
||||
/**
|
||||
* Matches the CSS style key and its available values.
|
||||
*/
|
||||
CSSStyles?: { [key: string]: string }
|
||||
}
|
||||
|
||||
export interface FormItemLayout {
|
||||
|
||||
Reference in New Issue
Block a user