-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d824f7
commit 3d53c72
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / lint
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / lint
|
||
|