Flex Wrap
The Telerik and Kendo UI Flex Wrap Utilities are CSS utility classes that enable you to control how the flex item will wrap.
| Utility Class | CSS Property |
|---|---|
.k-flex-wrap-reverse | flex-wrap: wrap-reverse |
.k-flex-wrap | flex-wrap: wrap |
.k-flex-nowrap | flex-wrap: nowrap |
Wrap
Use the k-flex-wrap utility to enable a flex item to wrap into multiple lines.
Wrap Reverse
Use the k-flex-wrap-reverse utility to enable a flex item to wrap into multiple lines in reverse order.
No Wrap
Use the k-flex-nowrap utility to prevent a flex item from wrapping into multiple lines.