Skip to content

Commit

Permalink
add since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Dec 3, 2024
1 parent 6d824f7 commit 3d53c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions articles/components/horizontal-layout/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ include::{root}/frontend/demo/component/basiclayouts/react/basic-layouts-horizon
endif::[]
--

[role="since:com.vaadin:[email protected]"]
== Wrapping

By default, components in a layout will either shrink or overflow when there isn't enough horizontal space. Enable wrapping to make components flow onto the next line when there's insufficient width, preventing overflow.

Check warning on line 343 in articles/components/horizontal-layout/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/components/horizontal-layout/index.adoc", "range": {"start": {"line": 343, "column": 36}}}, "severity": "WARNING"}
Expand Down
1 change: 1 addition & 0 deletions articles/components/vertical-layout/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ include::{root}/frontend/demo/component/basiclayouts/react/basic-layouts-margin.
endif::[]
--

[role="since:com.vaadin:[email protected]"]
== Wrapping

By default, components in a layout will either shrink or overflow when there isn't enough vertical space. Enable wrapping to make components flow onto the next column when there's insufficient width, preventing overflow.

Check warning on line 350 in articles/components/vertical-layout/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/components/vertical-layout/index.adoc", "range": {"start": {"line": 350, "column": 36}}}, "severity": "WARNING"}
Expand Down

0 comments on commit 3d53c72

Please sign in to comment.