You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/form-layout/src/vaadin-form-item.d.ts
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,6 @@ import { FormItemMixin } from './vaadin-form-item-mixin.js';
80
80
* ---|---
81
81
* label | The label slot container
82
82
*
83
-
* ### Custom CSS Properties Reference
84
-
*
85
-
* The following custom CSS properties are available on the `<vaadin-form-item>`
86
-
* element:
87
-
*
88
-
* Custom CSS property | Description | Default
89
-
* ---|---|---
90
-
* `--vaadin-form-item-label-width` | (DEPRECATED: Use `--vaadin-form-layout-label-width` on `<vaadin-form-layout>` instead) Width of the label column when the labels are aside | `8em`
91
-
* `--vaadin-form-item-label-spacing` | (DEPRECATED: Use `--vaadin-form-layout-label-spacing` on `<vaadin-form-layout>` instead) Spacing between the label column and the input column when the labels are aside | `1em`
92
-
* `--vaadin-form-item-row-spacing` | (DEPRECATED: Use `--vaadin-form-layout-row-spacing` on `<vaadin-form-layout>` instead) Height of the spacing between the form item elements | `1em`
93
-
*
94
83
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
Copy file name to clipboardExpand all lines: packages/form-layout/src/vaadin-form-item.js
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -85,17 +85,6 @@ import { FormItemMixin } from './vaadin-form-item-mixin.js';
85
85
* ---|---
86
86
* label | The label slot container
87
87
*
88
-
* ### Custom CSS Properties Reference
89
-
*
90
-
* The following custom CSS properties are available on the `<vaadin-form-item>`
91
-
* element:
92
-
*
93
-
* Custom CSS property | Description | Default
94
-
* ---|---|---
95
-
* `--vaadin-form-item-label-width` | (DEPRECATED: Use `--vaadin-form-layout-label-width` on `<vaadin-form-layout>` instead) Width of the label column when the labels are aside | `8em`
96
-
* `--vaadin-form-item-label-spacing` | (DEPRECATED: Use `--vaadin-form-layout-label-spacing` on `<vaadin-form-layout>` instead) Spacing between the label column and the input column when the labels are aside | `1em`
97
-
* `--vaadin-form-item-row-spacing` | (DEPRECATED: Use `--vaadin-form-layout-row-spacing` on `<vaadin-form-layout>` instead) Height of the spacing between the form item elements | `1em`
98
-
*
99
88
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
0 commit comments