Skip to content

Commit

Permalink
docs: move description to one line to fix table format
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Feb 5, 2025
1 parent 6a95c30 commit 5bb3b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/form-layout/src/vaadin-form-item.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ import { FormItemMixin } from './vaadin-form-item-mixin.js';
* ---|---|---
* `--vaadin-form-item-label-width` | Width of the label column when the labels are aside | `8em`
* `--vaadin-form-item-label-spacing` | Spacing between the label column and the input column when the labels are aside | `1em`
* `--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`
* `--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`
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
Expand Down
3 changes: 1 addition & 2 deletions packages/form-layout/src/vaadin-form-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ registerStyles('vaadin-form-item', formItemStyles, { moduleId: 'vaadin-form-item
* ---|---|---
* `--vaadin-form-item-label-width` | Width of the label column when the labels are aside | `8em`
* `--vaadin-form-item-label-spacing` | Spacing between the label column and the input column when the labels are aside | `1em`
* `--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`
* `--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`
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
Expand Down

0 comments on commit 5bb3b69

Please sign in to comment.